/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.digidoc section#hero{
	background: url(../../../assets/web/img/web//banner_bg.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.digidoc .with-errors {
    color: red;
    font-size: 12px;
}

.digidoc #hero h1 {
    /* margin: 0 0 10px 0; */
    margin: 10px 0px 10px -2px;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

.digidoc #hero h2 {
   /*  color: #ffffff;
    margin-bottom: 10px;
    font-size: 22px;
	font-weight: 600; */
	color: #ffffff;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 400;
	font-style: italic;
}

.digidoc #hero p {
    color: #fff;
    line-height: 1.5;
}

.digidoc #hero p.font_20{
	font-size: 20px;
    font-weight: 400;
}

.digidoc #header .logo h1 a, .digidoc #header .logo h1 a:hover {
    color: #ffffff;
    text-decoration: none;
}

.digidoc #hero::before {
    content: '';
    position: absolute;
    right: -100%;
    top: 20%;
    width: 250%;
    height: 200%;
    z-index: -1;
    background-color: #ffffff;
    transform: skewY(135deg);
}

.digidoc .play_store {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 21px;
}
.digidoc #hero img.left.img-fluid {
    margin-left: -3px;
}
.digidoc .play_store li {
    display: inline-block;
    margin-right: 10px;
}
.digidoc .play_store li img {
width: 20px;
height: 20px;
margin-right: 2px;
}
.digidoc #hero .play_store .download-btn {
border-radius: 25px;
font-size: 14px;
padding: 11px 24px 10px 24px;
}

.digidoc #hero .play_store .download-btn i {
top: 10px;
}

.digidoc img.grid_img_position {
    position: relative;
    right: -50px;
    bottom: -61px;
}

.digidoc .nav-menu a{
	color: #e8ecf5;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #fff;
    text-decoration: none;
}

.digidoc #hero2 {
  width: 100%;
  height: 80vh;
  background: url("../../../assets/web/img/web//benefits_bg.png") top center;
  background-size: cover;
  position: relative;
  color: #fff;
}

.digidoc #hero2:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.digidoc section.bg_blue{
	background-color:#407dd6;
	color:#fff;
}

.digidoc section.bg_blue.details .content h3{
	color:#fff;
}

.digidoc section.details.light_white{
	background-color: #fbfbfb;
}

.digidoc .contact .php-email-form textarea {
    padding: 12px 15px;
    resize: none;
}

.digidoc .contact .php-email-form button[type="submit"] {
  background: #5777ba;
  border: 2px solid #5777ba;
  padding: 10px 24px;
  color: #ffffff;
  transition: 0.4s;
  /* border-radius: 50px; */
  margin-top: 5px;
}

.digidoc .contact .php-email-form button[type="submit"]:hover {
  background: #5777ba;
  color: #fff;
}

.digidoc #footer .copyright {
    text-align: center;
    float: none;
    color: #ffffff;
}

.digidoc #footer {
    background: #fff;
    padding: 0 0 1px 0px;
    color: #fff;
    font-size: 13px;
    background: #000000;
}

.digidoc .nav-menu .get-started a {
  background: #fff;
  color: #000;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
}

.digidoc .nav-menu .get-started a:hover {
  background: #fbfbfb;
  color: #000;
}

.digidoc #header .logo img{
	display:none;
}

.digidoc #header.header-scrolled .logo img {
    display: block;
    /* width: 100px; */
    height: 81px;
    min-height: 81px;
}

.digidoc ul.footer_ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.digidoc ul.footer_ul li {
    display: inline-block;
    padding-left: 15px;
}

.digidoc ul.footer_ul li a{
	color:#fff;
}

.digidoc ul.footer_ul li a:hover{
	color:#e6e4e4;
}

.digidoc #header{
	padding:20px 0;
}
.digidoc #header.header-scrolled{
	padding: 0px 0;
}
.digidoc #header.header-scrolled {
    background: rgba(66, 131, 206, 0.67);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.digidoc #header .logo h1{
	padding: 0px 0;
}

.digidoc ul.mob{
	display:none;
}




@media (min-width: 1024px) {
  .digidoc #hero2 {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 991px) {
	
.digidoc #hero2{
	height: auto;
	text-align:center;
}

.digidoc section.bg_blue{
	text-align:center;
}

.digidoc section.details.light_white{
	text-align:center;
}

.digidoc img.grid_img_position {
    position: relative;
    right: 0;
    bottom: 0;
}

#hero .hero-img img {
    width: 100%;
}

.digidoc section#hero {
    background: url(./../../assets/web/img/web/banner_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #3e7cca;
}

p {
	
    text-align: justify;
}

form .text-left {
    text-align: center!important;
}
.digidoc .contact .php-email-form button[type="submit"]{
	margin-bottom: 20px;
}

.mobile-nav-toggle{
	display:none;
}

.logo.mr-auto{
	margin:0 auto;
}

.digidoc ul.mob > li {
    position: relative;
    white-space: nowrap;
    float: right;
    list-style: none;
    width: auto;
}

.digidoc ul.mob > li a {
    background: #fff;
    color: #000;
    border-radius: 50px;
    margin: 0 15px;
    padding: 10px 25px;
}

.digidoc section#hero{
	padding: 100px 0 100px 0;
}
.digidoc ul.mob {
    overflow: inherit;
    height: 50px;
    margin-top: -28px;
    padding-left: 0px;
    text-align: center;
    margin: 0 auto;
	display:block;
}
.digidoc .pr-0.pr_15px{
	padding-right: 15px !important;
}
.h4, h4 {
    font-size: 1.3rem;
}

}

@media only screen and (max-width: 834px) {
	
.digidoc #hero2{
	height: auto;
	text-align:center;
}

.digidoc section.bg_blue{
	text-align:center;
}

.digidoc section.details.light_white{
	text-align:center;
}

.digidoc img.grid_img_position {
    position: relative;
    right: 0;
    bottom: 0;
}

#hero .hero-img img {
    width: 100%;
}

.digidoc section#hero {
    background: url(./../../assets/web/img/web/banner_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #3e7cca;
}

p {
	
    text-align: justify;
}

form .text-left {
    text-align: center!important;
}
.digidoc .contact .php-email-form button[type="submit"]{
	margin-bottom: 20px;
}

.mobile-nav-toggle{
	display:none;
}

.logo.mr-auto{
	margin:0 auto;
}

.digidoc ul.mob > li {
    position: relative;
    white-space: nowrap;
    float: right;
    list-style: none;
    width: auto;
}

.digidoc ul.mob > li a {
    background: #fff;
    color: #000;
    border-radius: 50px;
    margin: 0 15px;
    padding: 10px 25px;
}

.digidoc section#hero{
	padding: 100px 0 100px 0;
}
.digidoc ul.mob {
    overflow: inherit;
    height: 50px;
    margin-top: -28px;
    padding-left: 0px;
    text-align: center;
    margin: 0 auto;
	display:block;
}
.digidoc .pr-0.pr_15px{
	padding-right: 15px !important;
}
.h4, h4 {
    font-size: 1.3rem;
}

.digidoc .play_store li:first-child {
    margin-bottom: 15px;
}

}

@media only screen and (max-width: 768px) {
	
.digidoc #hero2{
	height: auto;
	text-align:center;
}

.digidoc section.bg_blue{
	text-align:center;
}

.digidoc section.details.light_white{
	text-align:center;
}

.digidoc img.grid_img_position {
    position: relative;
    right: 0;
    bottom: 0;
}

#hero .hero-img img {
    width: 100%;
}

.digidoc section#hero {
    background: url(./../../assets/web/img/web/banner_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #3e7cca;
}

p {
	
    text-align: justify;
}

form .text-left {
    text-align: center!important;
}
.digidoc .contact .php-email-form button[type="submit"]{
	margin-bottom: 20px;
}

.mobile-nav-toggle{
	display:none;
}

.logo.mr-auto{
	margin:0 auto;
}

.digidoc ul.mob > li {
    position: relative;
    white-space: nowrap;
    float: right;
    list-style: none;
    width: auto;
}

.digidoc ul.mob > li a {
    background: #fff;
    color: #000;
    border-radius: 50px;
    margin: 0 15px;
    padding: 10px 25px;
}

.digidoc section#hero{
	padding: 100px 0 100px 0;
}
.digidoc ul.mob {
    overflow: inherit;
    height: 50px;
    margin-top: -28px;
    padding-left: 0px;
    text-align: center;
    margin: 0 auto;
	display:block;
}
.digidoc .pr-0.pr_15px{
	padding-right: 15px !important;
}
.h4, h4 {
    font-size: 1.3rem;
}
.digidoc .play_store li:first-child {
    margin-bottom: 15px;
}

}

@media only screen and (max-width: 600px) {
	
.digidoc #hero2{
	height: auto;
	text-align:center;
}

.digidoc section.bg_blue{
	text-align:center;
}

.digidoc section.details.light_white{
	text-align:center;
}

.digidoc img.grid_img_position {
    position: relative;
    right: 0;
    bottom: 0;
}

#hero .hero-img img {
    width: 100%;
}

.digidoc section#hero {
    background: url(./../../assets/web/img/web/banner_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #3e7cca;
}

p {
	
    text-align: justify;
}

form .text-left {
    text-align: center!important;
}
.digidoc .contact .php-email-form button[type="submit"]{
	margin-bottom: 20px;
}

.mobile-nav-toggle{
	display:none;
}

.logo.mr-auto{
	margin:0 auto;
}

.digidoc ul.mob > li {
    position: relative;
    white-space: nowrap;
    float: left;
    list-style: none;
    width: 33.3333333%;
    margin: 15px 0px;
    text-align: left;
}

.digidoc ul.mob > li a {
    background: #fff;
    color: #000;
    border-radius: 50px;
    margin: 15px 0px;
    padding: 8px 18px;
}

.digidoc section#hero{
	padding: 100px 0 100px 0;
}

.digidoc ul.mob {
    overflow: inherit;
    height: 50px;
    margin-top: -28px;
    padding-left: 0px;
    text-align: center;
    margin: 0 auto;
	display:block;
}

.digidoc .pr-0.pr_15px{
	padding-right: 15px !important;
}

.h4, h4 {
    font-size: 1.3rem;
}

.nav-label-1{
	color:#fff;
}

.digidoc .play_store li:first-child {
    margin-bottom: 15px;
}

}


@media only screen and (max-width: 414px){
	
.digidoc ul.mob > li{
	width: 50%;
	margin: 15px 0px;
    text-align: left;
}

.digidoc ul.mob > li a {
    padding: 8px 15px;
}
	
}

@media only screen and (max-width: 360px){
	
.digidoc ul.mob > li{
	width: 50%;
	margin: 15px 0px;
    text-align: left;
}

.digidoc ul.mob > li a {
    padding: 8px 15px;
}
	
}