#dcpTemplateBody {
    font-family: 'Hind', sans-serif;
}
/* header subscribe-btn */
.subscribe-btn {
	color: #ffffff;
	border-radius: 5px;
	background: #085ac0;
    padding: 2px 4px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.subscribe-btn:hover,
.subscribe-btn:focus{
	color: #ffffff;
	text-decoration: none;
}
.modal-body{
	padding: 0;
}
.modal-left{
	background: url(../images/popup-bg.png) no-repeat;
	background-size: cover;
	border-bottom-left-radius: 5px;
}
.modal-right{
	padding: 40px 30px 30px 30px;
}
.close{
	position: absolute;
    top: 12px;
    right: 17px;
    font-size: 34px;
    font-weight: 500;
    color: #7f7c88;
    opacity: 1;
    z-index: 1;
}
.input-type input{
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	border: 1px solid #ced4d8;
	border-radius: 5px;
	box-shadow: none;
}
.input-type input:focus{
	box-shadow: none;
}
.main_popup {
    text-align: center;
    padding: 0!important;
}
.main_popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.popup_main_content {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
@media(min-width: 768px) {
	.modal-left{
		height: 400px;
	}
	.input-type input{
		font-size: 18px;
		font-weight: 500;
		height: 50px;
		border: 1px solid #ced4d8;
		border-radius: 5px;
	}
	.modal-right{
		padding: 50px 40px 0px 20px;
	}
	.modal-dialog{
		width: 800px;
	}
	.subscribe-btn {
		padding: 10px 20px;
		font-size: 20px;
	}
}
/* header-section */
.header-section {
    padding: 0px 0px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    background: #ffffff
}
@media(min-width: 768px) {
	.header-section {
		padding: 0px 0px;
	}
}
.header-section .menu-button-style {
	width: 50px;
    height: 50px;
	text-align: center;
	padding:9px 0px 0px 0px;
	line-height: 50px;
}
.header-section .inner-content {
	margin-left: -15px !important;
    margin-right: -15px !important;
}
.header-section .navbar-nav > li {
    float: left;
    padding: 0px 17px 0px 17px;
}
.dcp-theme .header-section [data-dcp-element-type="menu"] ul ul li a, 
.dcp-theme .header-section [data-dcp-element-type="menu"] ul ul ul li a, 
.dcp-theme .header-section .nevbar-helper ul ul li a, 
.dcp-theme .header-section .nevbar-helper ul ul ul li a {
	padding: 0px 20px !important;
    margin: 20px 0px;
}
.dcp-theme .header-section [data-dcp-element-type="menu"] ul ul, 
.dcp-theme .header-section .nevbar-helper {
	  min-width: 220px;
}
.dcp-theme .header-section .drop-box.dropdown-menu {
	top: 101px;
}
.header-section .dropdown-menu { 
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}
.header-section .drop-box .dropdown {
    position: initial;
}
.header-section .drop-box .submenu.dropdown-menu {
	box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.3);
	left: 99%;
    height: auto;
    min-height: 234px;
	margin-top: -1px;
}

.dcp-theme [data-dcp-element-type="menu"] ul li.nav-item.dropdown.show .caret,
.dcp-theme .header-section .nav-item.dropdown.show .nav-link.dropdown-toggle:hover .caret,
.header-section .nav-item.dropdown.open .nav-link .caret {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.dcp-theme [data-dcp-element-type="menu"] ul li.nav-item.dropdown .caret,
.header-section .nav-item.dropdown.nav-link .caret {
	vertical-align: 0.15em !important;
    margin-left: 7px;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding:3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transition: all .0s ease;
    -webkit-transition: all .0s ease;
    -o-transition: all .0s ease;
    transition: all .0s ease;
}


@media(min-width: 768px) {
	.dcp-theme [data-dcp-element-type="menu"] ul li a,
	.dcp-theme .nevbar-helper ul li a {
		padding: 36px 5px !important;
	}
}
@media (max-width: 767px) {
	.mx-xs-auto{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#subscribePopup .subscribe-btn{
		padding: 10px 20px;
	}
.dcp-theme .nevbar-helper li.nav-item.dropdown.open .caret,
.dcp-theme .nevbar-helper li.nav-item.dropdown.show .caret {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.dcp-theme .nevbar-helper li.nav-item.dropdown .caret {
	vertical-align: 0.15em !important;
    margin-left: 7px;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding:3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transition: all .0s ease;
    -webkit-transition: all .0s ease;
    -o-transition: all .0s ease;
    transition: all .0s ease;
}

	.nevbar-helper .navbar-nav ul, .nevbar-helper .navbar-nav ul ul {
		text-align: left;
	}
	ul.submenu.dropdown-menu a.dropdown-item{
		padding: 8px 38px;
	}
	.nevbar-helper .navbar-nav {
		margin: 36px 0px 0px 0px;
	}
}

/* Header css end */

.banner-section {
    padding: 30px 0px;
	background: #e5e5e7;
}

.grow-online-section {
    padding: 30px 0px;
	background:#ffffff;
}
.sell-online-section,
.get-online-section,
.business-platforms-section {
    padding: 30px 0px 0px;
	background:#ffffff;
}
.icon-div {
    text-align: center;
    border-radius: 5px;
    padding: 15px;
	border: solid 1px #ced4d8;
}
.icon-div a {
	display: inline-block;
}
.text-none a:hover {
	text-decoration: none !important;
}
.border-bottom-style{
	border-bottom: 1px solid #ced4d8;
	margin-top: 12px;
}
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.xs-icon-height{
		max-height: 40px;
	}
}
@media (min-width: 768px) {
    .business-platforms-section {
        padding: 80px 0px 0px;
		background:#ffffff;
    }
	.get-online-section {
        padding: 45px 0px 0px;
		background:#ffffff;
    }
	.sell-online-section {
        padding: 45px 0px 0px;
		background:#ffffff;
    }
	.grow-online-section {
        padding:45px 0px 80px;
		background:#ffffff;
    }
	.banner-section {
		padding: 0px 0px;
		background: #e5e5e7;
		background-size: cover;
		background-position: center center;
	}
	.icon-div {
		min-height: 287px;
		padding: 50px 50px 10px;
	}
	.icon-div-px30 {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Footer CSS Starts */
.footer-padding {
    padding: 50px 0px;
}
.footer-border{
  width: 270px;
  height: 1px;
  background-color: #ffffff;
  opacity:5%
}
.footer-border-heading{
  width: 250px;
  height: 1px;
  background-color: #ffffff;
  opacity:5%
}
.service li {
    list-style: none;
}

.service li a {
    text-decoration: none;
}
.service li a:hover {
	text-decoration: none!important;
}

.social-icon a {
    background: transparent;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
    padding: 5px 0px;
    margin: 0px 8px 0px 8px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.social-icon a.fb {
	margin-left:0px;
}
@media (max-width: 481px) {
	.mx-xs-auto {
        margin-left: auto;
        margin-right: auto;
    }
	.footer-border{
		width: 345px;
}
.footer-padding {
    padding: 30px 0px;
}
.footer-section .social-icon a {
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
	margin: 0px 2px 0px 2px;
}
}
/* Footer CSS Ends */