body {
padding: 0;
margin: 0;
background: #fff;
position: relative;
font-family: 'Roboto Condensed', sans-serif;
}
body a {
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #0FACED;
}
body::-webkit-scrollbar {
width: 5px;
background-color: #060C21;
}
body::-webkit-scrollbar-thumb {
background-color: #F34335;
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 100%, transparent 100%, transparent 100%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 100%, transparent)
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
margin: 0;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
.no-padd {
padding-left: 0;
padding-right: 0;
}
main {
padding-top: 80px;
}
.form-control {
height: 45px;
}
.sticky-header{
height: 100vh;
position: -webkit-sticky;
position: sticky;
top: 80px;
}
.banner-overlayer{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-image: linear-gradient(180deg, #0000008c, #C5C5C500);  
opacity: 0; 
}
/*-------------------header-----------------------------*/
header {
position: fixed;
left: 0;
right: 0;
width: 100%;
z-index: 9999;
padding: 0px 103px;
background-color: #04597B;
height: 80px;
}
header .navbar-nav>.active>a , header .navbar-nav a:hover{
/*color: #F34335;*/
/*background-color: #61BB46;*/
}

.timer h2{
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 15px;
    padding: 9px 12px;
    /*border-radius: 23px;*/
    text-align: center;
    min-width: 160px;
    margin-right: 15px;
    background:#D93C29;
    
}


.main-banner{
    background: #04597B;
    
}

.free-trial-two{
    background:#FD704A;
    color:#fff;
    /*text-transform: uppercase;*/
    font-size:16px;
    padding: 6px 22px;
    border-radius: 5px;
    text-align: center;
    min-width: 160px;
    
}

.free-trial{
    background:#FD704A;
    color:#fff;
    text-transform: uppercase;
    font-size:15px;
    padding: 9px 37px;
    border-radius: 23px;
    text-align: center;
    min-width: 160px;
    
}



.banner-caption{
   z-index: 999;
   text-align: left;
    /*left: 75px;*/
    top: 36px;
	padding-top: 30px;
    /*position: absolute;*/
}


.banner-caption h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 47px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight:500;
}

.banner-caption h3{
    color:#00C4DB;
    font-size: 27px;
    font-weight: 100;
    margin-bottom: 8px;
}

.banner-caption span{
    /*text-transform: uppercase;*/
    color:#FD704A;
    font-size: 21px;
    font-weight: bold;
}

.banner-caption p{
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	line-height: 31px;
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 8px;
}
.banner-caption ul{
        font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    /* line-height: 31px; */
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 8px;
    margin-left: 25px;
}
.banner-caption ul li{
    list-style: disc;
}

.marginer{
    margin-top: 65px;
}




.features-ttl{
    border:1px solid #F34335;
    position: relative;
    margin-bottom: 15px;
    min-width: 80px;
}
.features-ttl h2{
    position: absolute;
    color: #F34335;
    background:#fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: -12px;
    margin-left: -2px;
    margin-right: 5px;
    text-transform: uppercase;
}

.features-hm h3{
    color:#263655;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 45px;
}

.features-hm p{
    font-family: 'Roboto Condensed', sans-serif;
    text-align: justify;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
    color:#7A7A9D;
}

.ico-bg{
    background:#EBEBFD;
    border-radius:10px;
    width: 176px;
    height: 162px;
    padding: 25px;
    text-align: center;
}

.features-icon p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:16px;
    font-weight: bold;
    margin-top: 15px;
}

.features-icon{
    margin-bottom: 12px;
}

.features-icon ul li{
    display: inline-block;
    margin-right: 15px;
}


.bonus-bg{
    background: url(../images/bg-2.png)no-repeat;
    min-height: 636px;
    background-size:cover;
    
}
.bonus-details{
    padding:75px;
}

.bonus-details h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 37px;
    line-height: 50px;
    color:#fff;
    
}
.bonus-details p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-align: justify;
    color:#fff;
    line-height:24px;
    margin-bottom: 12px;
    font-weight: 100;
    
}
.padder{
    padding: 75px;
}
.features-bonus{
     background:#EBEBFD;
    border-radius:10px;
    min-width: 428px;
    min-height: 129px;
    padding: 25px;
    margin-bottom: 20px;
}

.three-bonus h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #263655;
    font-weight: bold;
    font-size: 23px;
        
}
.three-bonus p{
    font-size: 15px;
     font-family: 'Roboto Condensed', sans-serif;
    color: #263655;
    
}


.marginer-two{
    margin-top: 85px;
}

.client-says{
    text-align: center;
}
.client-says h2{
    font-family: 'Roboto Condensed', sans-serif;
    color: #263655;
    font-size: 30px;
}


.client-says p{
    font-family: 'Roboto Condensed', sans-serif;
    color: #7A7A9D;
    font-size: 20px;
    font-style: italic;
    font-weight: 200;
}
.client-photo img{margin-bottom:10px;width: 200px;}

.client-photo{
    text-align: center;
    background: url(../images/coma.jpg)no-repeat;
    background-position: right;
}

.client-photo h2{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color:#263655;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.client-photo p{
    font-family: 'Roboto Condensed', sans-serif;
    color:#878788;
    font-size: 13px;
    
}


.client-testimony{
    padding-bottom: 100px;
    margin-top: 15px;
    
}

.client-testimony p{
    font-family: 'Roboto Condensed', sans-serif;
    color: #7A7A9D;
    font-size:15px;
    font-style: italic;
    line-height: 22px;
}

.carousel-indicators .active{
    background-color:none;
      background: url(../images/slide-active.png)no-repeat;
    width: 15px;
    height: 15px;
}

.carousel-indicators li{
    background-color:none;
     background: url(../images/coma-before.png)no-repeat;
      width: 16px;
    height: 16px;
}

.partners-title{
    text-align:center;
    
}
.partners-title h3{
    font-size: 35px;
    font-weight: 400;
    color:#263655;
}

.bg-gradient{
    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(133,30,232,1) 0%, rgba(43,96,255,1) 100%);
    height: 100%;
}

.lap-pic{
    padding: 12px;
}

.lap-pic img{
    padding-top: 30px;
    
}

.trial-details{
    padding-top: 30px;
    margin-left: 25px;
}

.trial-details h2{
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;
    font-size: 37px;
    font-weight: 300;
}
.trial-details p{
    font-family: 'Roboto Condensed', sans-serif;
    text-align: justify;
    line-height:32px;
    color:#fff;
    margin-bottom: 12px;
    font-weight: 200;
}



.latestnews h2{
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
    
}

.latestnews p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color:#fff;
    font-weight: 200;
    margin-bottom: 12px;
    
}

.latestnews p span{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color:#fff;
    font-weight: 200;
    font-style: italic;
    
}

.latestnews ul li {
    margin-bottom: 12px;
    line-height: 18px;
}


.latestnews ul li a{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color:#fff;
    text-decoration:none;
    font-weight: 200;
}

.latestnews ul li a:hover{
    color:#F34335;
}

.follow-us ul li{
    display: inline-block;
    padding-right: 8px;
}

.footertwobg{
    background:#04597B;
}
p.contact-dtls a{color:#fff;}

.copyright-ft{
    padding: 12px;
}
.copyright-ft p{
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
}

.logo-footer{
    margin-top: 8px;
}
@media (max-width: 991px) {
	.latestnews ul {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height 0.5s;
		transition: max-height 0.5s;
	}
	.latestnews.open ul {
		height: auto;
		max-height: 1000px;
		-webkit-transition: max-height 0.5s !important;
		transition: max-height 0.5s !important;
	}
	.latestnews h2{
		border-bottom: 1px solid #b5b5b5;
		padding: 18px 0;
		margin-bottom: 0;
	}
	.latestnews ul li{
		margin: 0;
		padding: 10px 0
	}
	.latestnews h2::after {
		content: url(../../../images/arrow-down.svg);
		position: absolute;
		right: 18px;
	}
	.latestnews.open h2::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}


.btn.focus, .btn:focus{
    box-shadow:none;
}
.modal.show .modal-dialog{
    margin-top: 105px;
}

.modal-content{
    background:#fe704a;
}
.modal-header{
    border:none;
}
.modal-title{
    color:#fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: 400;
}

.modal-body p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color:#fff;
    font-weight: 200;
    
}

.modal-body p span{
 font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    color:#000;
    line-height: 18px;
    font-weight: 400;
    
}
.trial-form{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    border:none;
    color:#263655;
    margin-bottom: 8px;
    padding-left: 15px;
    text-decoration:none;
}

.pop-submit{
    background:#0FACED;
    color:#fff;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    border:none;
    outline: inherit;
    padding: 9px 37px;
    text-transform:uppercase;
    border-radius:8px;
    
}

.dropdown-item{
    padding: 12px;
}

.navbar-brand{
padding: 15px 0;
}
.menu-bar {
position: absolute;
right: 42px;
display: flex;
}
.menu-bar li {
padding: 0 6px;
}
.menu-bar li a {
color: #fff;
font-size: 15px;
font-weight: 400;
text-decoration: none;
padding: 30px 10px;
    text-transform: uppercase;
}

.menu-bar li .dropdown-menu a {
color: #fff;
font-size: 18px;
font-weight: 300;
text-decoration: none;
padding: 3px 10px;
}

.menu-bar li .dropdown-menu a:hover{
    color:#fff;
    background: #F34335;
}

.dropdown-menu{
    margin-top: 20px;
    background:#0FACED;
    margin-left:6px;
}

.navbar{
padding: 0;
}

@media (min-width:768px) and (max-width:991px) {
    
    /*.banner-bger{*/
    /*    height: 461px;*/
    /*}*/
    
    .banner-side img{
        display:none;
    }
    .business-intro{
        margin:none;
    }
    
    
.navbar-light .navbar-toggler{
left: auto !important;
right: 20px;
}
.navbar-light .navbar-brand{
padding: 25px !important;
}
}
@media (min-width:300px) and (max-width:991px) {
    /*.banner-bger{*/
    /*    height: 417px;*/
    /*}*/
     .business-intro{
        margin:none;
    }
    .introduction-picture img{
    overflow: hidden;
        width: 70%;
          margin-top: 25px;
    margin-bottom: 25px;
        text-align: center;
}
    
    
    .features-icon ul li{
        margin-right:none;
    }
     .banner-caption{
        /*top:13px;*/
    }
    .banner-caption h2{
        font-size: 29px;
        font-weight:200;
    }
    .banner-caption h3{
        font-size: 21px;
        font-weight: 300;
        line-height: normal;
        
    }
    .banner-caption p{
        font-size: 14px;
        line-height: 18px;
    }
    
    .bonus-details{
        padding: 0px;
    }
    
    .features-bonus{
        min-width: inherit;
    }
    .bg-gradient{
        padding-bottom: 31px;
    }
    
    .copyright-ft p{
        text-align: center;
    }
    
    .logo-footer{
        text-align: center;
    }
    /*-------------------Landing Page-----------------------------*/
.menu-bar li a{
display: block;
padding: 5px 20px;
}
header .navbar-nav > .active > a{
background-color: #F34335;
color: #fff;
}
a.mynav{
font-size: 16px !important;
}
main {
padding-top: 70px;
}
.main {
padding-top: 75px;
}
header .navbar {
padding: 0;
}
header {
padding: 0px;
position: fixed;
}
.navbar-light .navbar-toggler {
position: absolute;
left: 20px;
top: 20px;
outline: none;
}
.navbar-nav {
padding: 10px 0 30px 0;
background-color: #0EA7E5;
}
.menu-bar {
position: relative;
width: 100%;
}
.menu-bar li {
padding: 0px;
}
.navbar-light .navbar-brand {
width: 100%;
margin: 0;
padding: 25px 0 25px 100px;
}
.logo {
width: 200px;
}
}
a.extrnl-link{color: #fe704a;}
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*---------------------footer------------------------*/
footer{
background-color: #13516A;
padding-top: 40px;
	padding-bottom: 10px;
}
.ftr-link{
}
.ftr-link .ftr-logo{
padding-top: 40px;
}
.ftr-link ul{
display: inline-flex;
padding-top: 20px;
}
.ftr-link ul li{
padding: 10px;
}
.ftr-menu ul li{
width: 50%;
float: left;
}
.ftr-menu ul li{
padding-bottom: 10px;
}
.ftr-menu ul li a{
color: #333333;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-decoration: none;
}
.ftr-head{
color: #442C79;
font-size: 20px;
font-weight: 500;
line-height: 24px;
padding-bottom: 30px;
text-transform: uppercase;
}
.ftr-address{
padding-left: 30px;
}
.ftr-address li{
color: #333333;
font-size: 18px;
font-weight: 400;
line-height: 28px;
padding-bottom: 20px;
position: relative;     
padding-left: 40px;
}
.ftr-address li img{
padding-right: 10px;
position: absolute;
left: 0;
}
.ftr-bottom p{
padding: 30px;
color: #333333;
font-size: 16px;
font-weight: 400;
text-align: center;
}
@media (min-width:300px) and (max-width:767px) {
    
    /*   .banner-bger{*/
    /*    height: 417px;*/
    /*}*/
	.form-col{
		width: 100% !important;
	}
    .banner-side img{
        display:none;
    }
    
      .business-intro{
        margin-top: 0px;
    }
       .introduction-picture img{
    overflow: hidden;
        width: 70%;
          margin-top: 25px;
    margin-bottom: 25px;
        text-align: center;
}
    
.ftr-link .ftr-logo{ display: none; }
.ftr-link ul{ padding: 30px 0; }
.ftr-link{ text-align: center; }
.ftr-address{ padding-left: 0;}
}
@media (min-width:300px) and (max-width:560px) {
    
    /* .banner-bger{*/
    /*    height: 417px;*/
    /*}*/
    
    .banner-side img{
        display:none;
    }
    
      .business-intro{
        margin-top: 0px;
    }
        .introduction-picture img{
    overflow: hidden;
        width: 70%;
}
    
    
     .features-icon ul li{
        margin-right:none;
    }
    
    .banner-caption{
        /*top:13px;*/
    }
    .banner-caption h2{
        font-size: 29px;
        font-weight:200;
    }
    .banner-caption h3{
        font-size: 21px;
        font-weight: 300;
        line-height: normal;
        
    }
    .banner-caption p{
        font-size: 14px;
        line-height: 18px;
    }
    
    .bonus-details{
        padding: 0px;
    }
    
    .features-bonus{
        min-width: inherit;
    }
    .bg-gradient{
        padding-bottom: 31px;
    }
    
    .copyright-ft p{
        text-align: center;
    }
    
    .logo-footer{
        text-align: center;
    }
    /*-------------------Landing Page-----------------------------*/
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.ftr-menu{ text-align: center; }    
.ftr-address{text-align: center; }
.ftr-menu ul li{ width: 100%; float: none; }
.ftr-address li{ display: block; }
.ftr-address li img{ top: -5px;
right: 0;
text-align: center;
margin: 0 auto; }
.ftr-address li{ padding-left: 0px; padding-top: 33px; font-size: 16px;}
}
/*-------------------main banner------------------------*/
.section-one{
display: inline-flex;
background-color: #FCFCFC;
}
.section-div{
width: 33.3%;
padding: 70px 40px;
border: 1px solid #E8E1F6;
}
.section-div p{
color: #442C79;
font-size: 20px;
font-weight: 400;
}
.section-div p span{
color: #61BB46;
font-size: 20px;
font-weight: 500;
}
@media (min-width:768px) and (max-width:991px) {
    
    /*.banner-bger{*/
    /*    height: 417px;*/
    /*}*/
    
    .banner-side img{
        display:none;
    }
      .business-intro{
        margin-top: 0px;
    }
      .introduction-picture img{
    overflow: hidden;
        width: 70%;
          margin-top: 25px;
    margin-bottom: 25px;
        text-align: center;
}
     .banner-caption{
        top:13px;
    }
.section-div{ width: 50%; float: left; min-height: 210px;}
.section-one{ display: inline-block; }
}
@media (min-width:300px) and (max-width:441px) {
    /*.banner-bger{*/
    /*    height: 580px !important;*/
    /*}*/
}
@media (min-width:300px) and (max-width:767px) {
    
      .banner-bger{
        height: 417px;
    }
    
    .banner-side img{
        display:none;
    }
    
   
       .business-intro{
        margin-top: 0px;
    }
        .introduction-picture img{
    overflow: hidden;
        width: 70%;
}
    
    
    
    
     .features-icon ul li{
        margin-right:none;
    }
    
    .banner-caption{
        /*top:13px;*/
    }
    .banner-caption h2{
        font-size: 29px;
        font-weight:200;
    }
    .banner-caption h3{
        font-size: 21px;
        font-weight: 300;
        line-height: normal;
        
    }
    .banner-caption p{
        font-size: 14px;
        line-height: 18px;
    }
    a.free-trial-two{font-size:20px;}
    
    .bonus-details{
        padding: 0px;
    }
    
    .features-bonus{
        min-width: inherit;
    }
    .bg-gradient{
        padding-bottom: 31px;
    }
    
    .copyright-ft p{
        text-align: center;
    }
    
    .logo-footer{
        text-align: center;
    }
    /*-------------------Landing Page-----------------------------*/
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.section-one{ display: block; }
.section-div{ width: 100%; padding: 25px; }
}
/
.certficate{
padding: 50px 0;
text-align: center;
}
.certficate ul{
display: inline-flex;
}
.certficate ul li{
padding: 0 25px;
}
@media (min-width:300px) and (max-width:767px) {
    
    /* .banner-bger{*/
    /*    height: 417px;*/
    /*}*/
    
    .banner-side img{
        display:none;
    }
     .business-intro{
        margin-top: 0px;
    }
     .features-icon ul li{
        margin-right:none;
    }
    
    
    .banner-caption{
        /*top:13px;*/
    }
    .banner-caption h2{
        font-size: 29px;
        font-weight:200;
    }
    .banner-caption h3{
        font-size: 25px;
        font-weight: 300;
        line-height: normal;
        
    }
    .banner-caption p{
        font-size: 19px;
        line-height: 22px;
        margin-right: 12px;
        
    }
    
    .bonus-details{
        padding: 0px;
    }
    
    .features-bonus{
        min-width: inherit;
    }
    .bg-gradient{
        padding-bottom: 31px;
    }
    
    .copyright-ft p{
        text-align: center;
    }
    
    .logo-footer{
        text-align: center;
    }
    /*-------------------Landing Page-----------------------------*/
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.certficate ul{ display: block; }
}
/
.product-listing{
padding: 40px 0;
}
.product-list-section{
padding: 35px 0;
}
.product-list-img img{
width: 100%;
}
.product-list-details{
padding: 0 40px;
}
.product-list-details h3{
color: #333333;
font-size: 28px;
font-weight: 500;
padding-bottom: 10px;
    text-transform: uppercase;
}
.product-list-details h4{
color: #442C79;
font-size: 18px;
font-weight: 400;
padding-bottom: 5px;
}
.product-list-details p{
color: #333333;
font-size: 16px;
font-weight: 400;
line-height: 26px;
padding-bottom: 15px;
}
.product-list-details a{
color: #333333;
font-size: 18px;
font-weight: 500;
text-decoration: none;
border: 1px solid #61BB46;
display: inline-flex;
padding: 8px 15px;
text-align: center;
}
.product-list-details a:hover{
background-color: #61BB46;
color: #ffffff;
}
@media (min-width:300px) and (max-width:767px) {
.product-list-details{ padding: 0; }
.product-list-img img{ padding-bottom: 20px; }
.product-list-details h3{ font-size: 22px; }
.product-list-details h4{ font-size: 18px; }
.product-list-details p{ font-size: 16px; line-height: 26px;text-align: justify; }
}
/*---------------contact-------------------------*/
.contact {
padding: 40px 0;
}
.contact h2{
color: #442C79;
font-size: 35px;
font-weight: 400;
padding-bottom: 5px;
}
.contact p{
color: #1C1C1C;
font-size: 16px;
font-weight: 400;
padding-bottom: 5px;
}
.contact-form form{
padding-top: 20px;
}
.contact-form textarea{
height: 200px;
}
.contact-form .submit {
border: none;
background-color: #442C79;
color: white;
font-size: 16px;
font-weight: 400;
padding: 10px;
width: 150px;
cursor: pointer;
float: right;
}
.contact-details{
padding-top: 95px;
}
.contact-details .contact-section {
padding-bottom: 20px;
padding-left: 70px;
position: relative;
}
.contact-details .contact-section img{
position: absolute;
left: 0
}
.contact-details .contact-section h3 {
color: #000000;
font-size: 16px;
font-weight: 400;
line-height: 24px;
padding-bottom: 6px;
}
.contact-details .contact-section p {
color: #949494;
font-size: 16px;
font-weight: 400;
line-height: 24px;
padding-bottom: 6px;
}
.map {
padding: 50px 0;
}
.map h2{
color: #442C79;
font-size: 35px;
font-weight: 400;
padding-bottom: 10px;
}
@media (min-width:300px) and (max-width:767px) {
.map {
padding: 20px;
}
}
/*------------------------------------------------------*/
.gallery-section{
padding: 60px 0;
}
.gallery-section h2{
color: #442C79;
font-size: 35px;
font-weight: 400;
padding-bottom: 5px;
}
.gallery-section p{
color: #1C1C1C;
font-size: 16px;
font-weight: 400;
padding-bottom: 30px;
width: 55%;
}
.gallery .photo-glry img{
width: 100%;
}
.gallery .photo-glry{
margin: 8px;
position: relative;
}
.gallery:hover .banner-overlayer{
opacity: 1;
}
@media (min-width:300px) and (max-width:767px) {
.gallery-section p{ width: 100%;}
}
/*--------------------------------------------------*/
.assurance{
background-color: #442C79;
padding: 20px 0;
}
.assurance ul{
text-align: center;
width: 85%;
margin: 0 auto;
}
.assurance ul li{
padding: 25px 15px;
float: left;
width: 25%;
min-height: 100px;
}
.assurance ul li img{
width: auto;
}
.shelflife{
position: relative;
padding-top: 60px;
}
.shelflife-img2{
position: absolute;
bottom: 20px;
left: 130px;
}
@media (min-width:768px) and (max-width:991px) {
    /*  .banner-bger{*/
    /*    height: 340px !important;*/
    /*}*/
     .features-icon ul li{
        margin-right:none;
    }
.assurance ul{ width: 100%;}
.assurance ul li img{ width: 100%; }
.shelflife-img1 img{ width: 100%; }
.shelflife-img2{ left:100px; width: 60%; margin: 0 auto; }
}
@media (min-width:300px) and (max-width:767px) {
.assurance ul li{ float: none; width: 100%; }
.shelflife-img1{ display: none; }
.shelflife-img2{ position: relative;left:0; width: 40%; margin: 0 auto; }
.shelflife{ text-align: center; }
}
/*------------------------------about-us-------------------------*/
.about-us{
padding: 60px 0;
}
.about-details img{
width: 100%;
padding-right: 30px;
padding-bottom: 20px;
}
.about-details p{
color: #333333;
font-size: 16px;
font-weight: 400;
line-height: 32px;
padding-bottom: 5px;
text-align: justify;
}
.about {
padding-bottom: 50px;
}
.about h3{
color: #FFFFFF;
font-size: 30px;
font-weight: 400;
line-height: 30px;
padding-bottom: 10px;
}
.about p{
color: #FFFFFF;
font-size: 16px;
font-weight: 400;
line-height: 32px;
}
.about .vision,.about .Mission{
padding: 40px;
width: 70%;
margin: 0 auto;
text-align: center;
}
.about .vision{
background-color: #442C79;
}
.about .Mission{
background-color: #61BB46;
}
.about-certficate{
padding: 50px 0;
text-align: center;
}
.about-certficate img{
width: 100%;
padding: 25px;
}
@media (min-width:300px) and (max-width:767px) {
.about .vision, .about .Mission{
width: 90%;
}
.about-certficate ul img{
width: 100%;
}
}
@media (min-width:991px) and (max-width:1366px) {
    .client-photo img{width:175px !important;margin-bottom:10px;}
}
/*---------------------------------------------------*/
.product-section1,.product-section2{
padding: 40px 0;
}
.product-details img{
width: auto;    
}
.product-details h2{
color: #333333;
font-size: 35px;
font-weight: 500;
padding-bottom: 10px;
}
.product-details label{
color: #442C79;
font-size: 22px;
font-weight: 400;
padding-bottom: 8px;
}
.product-details p{
color: #333333;
font-size: 18px;
font-weight: 400;
line-height: 32px;
padding-bottom: 5px;
}
.product-details h3{
color: #442C79;
font-size: 25px;
font-weight: 500;
padding-bottom: 15px;
}
.product-details h4{
color: #333333;
font-size: 20px;
font-weight: 500;
padding-bottom: 8px;
}
.product-details ul li{
color: #333333;
font-size: 18px;
font-weight: 400;
padding-bottom: 10px;
position: relative;
padding-left: 25px;
}
.product-details ul {
list-style: none;
}
.product-details ul li::before {
content: "\2022";
color: #61BB46;
font-weight: bold;
display: inline-block; 
width: 22px;
font-size: 35px;
position: absolute;
left: 0;
top: -13px;
}
.product-section3{
padding: 60px 0;
}
.product-section3-details{
background-color: #F8FAF9;
padding: 25px;
}
.prdt-sectn{
padding: 10px 0;
}
.product-section4{
background-color: #442C79;
}
.product-section4-dtls{
padding: 50px 50px 50px 100px;
}
.product-section4-dtls h4{
color: #FFFFFF;
font-size: 25px;
font-weight: 400;
line-height: 32px;
padding-bottom: 8px;
}
.product-section4-dtls p{
color: #FFFFFF;
font-size: 16px;
font-weight: 400;
line-height: 32px;
}
@media (min-width:300px) and (max-width:1200px) {
.product-section4 img{ display: none; }
.product-section2 img{ display: none; } 
.product-details img{ width: 100%; }
}
@media (min-width:300px) and (max-width:767px) {
.product-details img{    width: 100%; padding-bottom: 20px;}
.product-section4-dtls{ padding: 15px; }      
.product-section1, .product-section2{ padding: 20px;}
.product-details p{ font-size: 16px; line-height: 28px; }
}

/*-----------------------career--------------------------------*/
.apply-form{
	width: 80%;
 margin: 0 auto;

}
.apply-form h2 {
    color: #442C79;
    font-size: 35px;
    font-weight: 400;
    padding-bottom: 5px;
     text-align: center;
}
.apply-form  p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 25px;
     text-align: center;
}
.apply-form form{
 width: 70%;
 margin: 0 auto;
}
 .apply-form .file{
     width: 100%;
}
 .apply-form #file{
    position: relative;
 }
 .apply-form .file-custom:after {
     content: "Upload CV (Doc/PDF Documents)...";
}
 .apply-form .submit {
    border: none;
    background-color: #442C79;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    width: 150px;
    cursor: pointer;
    float: right;
}
.business-tagline{
    text-align: center;
}

.business-tagline h3{
    font-size: 32px;
    color: #13516A;
    font-weight: 400;
    
}

.banner-bger{
    background:#13516a;
    padding-bottom:20px;
    height: 100%;
}

.business-intro{
    margin-top: 0px;
}
.business-intro h3{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    
}

.business-intro p{
    font-family: 'Roboto Condensed', sans-serif;
    color:#969090;
    line-height: 26px;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 25px;
    
}
i.strike-through{text-decoration: line-through;}

.business-intro ul{
    margin-left: 35px;
    margin-top: 25px;
    margin-bottom: 25px;
   
}

.business-intro ul li {
    font-family: 'Roboto Condensed', sans-serif;
    color:#969090;
    line-height: 24px;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 10px;
     list-style-image:  url("../../assets/images/slide-active.png");
    
}

.bg-features-new{
    background: #EBEBEB;
    padding: 55px;
}
.box-featuresnw{
    width: 270px;
    height: 270px;
    text-align: center;
    background:#fff;
    /*border-top-right-radius:33px;*/
    /*border-bottom-left-radius: 33px;*/
    margin-bottom: 15px;
	/*border-radius: 50%;*/
}
.box-featuresnw h2 a{
	color:#13516A;
	font-size: 21px;

}

.box-featuresnw img{
    margin-top: 65px;
	width: 50px;
}

.box-featuresnw h2{
    font-size: 27px;
    font-weight: 100;
    color:#13516A;
    margin-top: 12px;
	width: 98%;
	/*text-decoration: underline;*/
}
.box-featuresnw p.box-ftr-p{
	font-weight: 400;
	padding-top: 5px;
	color: #34667d;
	font-size: 17px;
}
.signup{
	margin-bottom: 50px;
	text-align: center
}
.signup h3{
	font-size: 28px;
}
.signup p{
	text-align: center;
	font-size: 20px;
	margin-top: 12px;
}

.introduction-picture img{
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
}

.discount-details{
    text-align: center;
    margin-top: 20px;
}

.discount-details h3{
    /*font-family: 'Roboto Condensed', sans-serif;*/
    /*font-size: 26px;*/
    /*color: #003671;*/
    /*font-weight: 400;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	color: #003671;
	font-weight: 400;
	margin-bottom: 10px;
}

.discount-details p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:22px;
    color: #000000;
    font-weight: 100;
    margin-bottom: 12px;
    
}

.discount-details p span{
    font-style: italic;
    color:#13516A;
    font-weight: 400;
}

.executive{
    margin-top: 35px;
    margin-bottom: 25px;
    overflow: hidden;
    
}

.signupdiscount{
     margin-top: 55px;
    margin-bottom: 25px;
    
}

.signupdiscount h2{
    font-size: 46px;
    color: #00C4DB;
    font-weight: 200;
    margin-top: 30px;
        margin-bottom: 15px;
    
    
}

 .banner-side img{
        margin-top: 45px;
    }
.prem-plans-form{
	background-color: #FFFFFF24;
	padding: 22px 23px;
	margin-top: 30px;
}
.form-col{
	padding: 7px 8px;
	width: 50%;
}
.form-col1{
	padding: 7px 8px;
	width: 100%;
}
.prem-plans-form label{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 6px;
	margin: 0;
}
.prem-plans-form p{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
}
.plans-form-btn{
	font-family: 'Roboto Condensed', sans-serif;
	background: #FD704A;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 6px 22px;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	border: none;
	cursor: pointer;
	height: 50px;
	margin-top: 8px;
}
.prem-plans-form .form-control:focus,button:focus{
	outline: none;
	box-shadow: none;
}
.app-comingsoon-section{ background-color: #F7F8F9;}
.app-comingsoon{ padding: 150px 92px 0 80px;}
.app-comingsoon h3{color: #221E1F;font-size: 28px;font-weight: 700;padding-bottom: 8px;}
.app-comingsoon p{color: #373737;font-size: 17px;font-weight: 400;line-height: 26px;padding-bottom: 20px;}
.app-comingsoon ul{padding-left: 0;display: flex;}
.app-comingsoon ul li{list-style: none;padding-right: 15px;padding-bottom: 15px;}
.app-screen img{ width: 100%;}
@media (min-width:300px) and (max-width:767px){.app-comingsoon{padding: 0;}}
@media (min-width:300px) and (max-width:400px){.app-comingsoon ul{display: block; }}
