*{
	padding:0;
	margin:0;
}
img{
	border:none;
	outline:none;
	max-width:100%;
}

span#myBtn, span#myBtn2 {
    font-size: 17px;
    color: #5D720E;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #d8e08f;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
a.dropdown-item {
    width: 100%;
    display: block;
    padding-left: 15px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: rgba(0,0,0,0)!important;
}
a,a:active,a:focus,a:hover{
	outline:none;
	text-decoration:none;
}
.navbar-collapse{
	border-color:rgba(0,0,0,0)!important;
}
.top-nav-collapse .slogan{
	display:none;
}
.top-nav-collapse .logo img {
    width: 135px!important;
    max-width: 135px;
    margin-top: 2px;
}
.top-nav-collapse .slogan {
    display: none;
}
a{
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	-o-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
	color:#333;
}
input:focus,textarea:focus,select:focus{
	outline:none!important;
	box-shadow:none;
}
ul{
	margin:0;
	list-style-type:none;
}
h1 {
    font-size: 36px;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 45px;
}
#more, #more2 {display: none;}
h2{
	margin:0 0 15px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}
h3{
	margin: 0 0 10px;
    font-weight: 700;
    letter-spacing: 2px;
}
h4{
	margin:0 0 10px;
}
h5{
	margin:0 0 10px;
}
h6{
	margin:0 0 10px;
}
html,
body{
	width:100%;
	height:100%;
	background-color: #ffffff;
}
body{
	font-family: 'Poppins', sans-serif;
	line-height:28px;
	font-size:16px;
	font-weight:400;
	overflow-x:hidden;
}

section {
    background-color: #fff;
    overflow: hidden;
}

.btn-primary{
	padding:15px 25px;
	line-height:20px;
	font-weight:600;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	border-radius:25px;
	border:none;
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
}
.navbar-toggle .icon-bar {
    display: block;
    width: 16px;
    height: 1px;
    border-radius: 1px;
}
/*institutional modal*/
.institutional_modal_cont{
	position: fixed;
	width:100%;
	height:calc(100vh);
}
/*institutional modal*/
/*form*/
.form_section{
	background: rgb(230,212,72);
    background: linear-gradient(90deg, rgba(230,212,72,0.5) 0%, rgba(137,164,25,0.5) 100%);
}

.regular_menu_item{
	display:none;
}

.form_section .container{
	padding-top: 60px;
	padding-bottom: 30px;
}

form{
	margin-top:17px;
	display: block;
}

form label{
	color: #575962;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 2em;
    margin: 8px 0 0 0;
}

.form_section .form-group {
    margin-bottom: 22px!important;
}

.form-control:focus {
    outline: none!important;
    box-shadow: 0 3px 6px 0px rgba(43, 83, 94, 0.15)!important;
    border-radius: 5px;
    border: 1px solid #C3D973!important;
}

form .col-xs-4.col-md-3{
	padding-left: 0!important
}

.f-right {
    float: right;
}

.form_btn {
    background-color: #C3D973;
    color: #5D720E;
    border: none;
    box-shadow: none!important;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    padding: 11px 24px;
    font-weight: 600;
    margin-top: 7x;
    margin-bottom: 10px;
}

.form-group .col-lg-6:first-child {
    padding-left: 0;
    padding-right: 0px;
}



form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 18px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.1em;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form_section h4{
    font-family: 'Poppins', sans-serif;
    line-height: 1em;
    font-size: 1.9em;
    font-weight: 600;
    margin: 0 0 10px;
    color: #5D720E;
}

.form_section h4 span{
	font-family: 'Poppins', sans-serif;
    line-height: 1.2em;
    font-size: 0.6em!important;
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.001px;
    color: #575962;
    text-align: left;
}
.statezip .col-lg-6 {
    max-width: 49%!important;
    display: inline-block;
    width: 49%;
}
.statezip .col-lg-6:first-child {
    padding-right: 5px!important;
}
.statezip .col-lg-6:last-child {
    padding-left: 5px!important;
    float: right;
}
.signup_footer .form-group .col-lg-12 {
    max-width: 100%!important;
}
.group_pass .col-lg-6 {
    max-width: 49%!important;
    display: inline-block;
    width: 49%;
}
.group_pass .col-lg-6:first-child {
    padding-right: 5px!important;
}
.group_pass .col-lg-6:last-child {
    padding-left: 5px!important;
    float: right;
}

}
/*form*/
/*banner info*/

.banner_info .container{
	padding:20px 0 15px 10px;
}

.icon_banner_info{
	width:6%;
	padding-right:15px;
	max-width:70px;
}

.checktitle {
    font-size: 1em!important;
    padding-left: 0!important;
    font-weight: 400!important;
    margin-top: 16px!important;
    padding-bottom: 8px;
}

.icon_banner_info i{
	color:#5D720E;
	font-size: 33px;
	
}

.clear {
    clear: both;
}

.banner_info .container p, .icon_banner_info{
	display: inline-block;
	float:left;
}

.active_menu{
	color:#d8e08f!important;
}

@media only screen and (max-width: 670px){
	.banner2 {
	    background-size: 250%!important;
	    background-position-x: 48%;
	}

	.copy1 p a {
    color: #ffffff!important;
    /* background-color: rgba(0,0,0,0.2); */
    background-color: #C3D973;
    color: #5D720E!important;
    padding: 8px;
    border-radius: 5px;
    margin-top: 15px;
    box-shadow: 0 3px 6px 0px rgba(43, 83, 94, 0.15)!important;
    display: block;
    margin-bottom: 4px;
}

	.banner_info .container p{
	    display: block;
	    float: none;
	    clear: both;
	}	

	.first_text h3{
		margin-top: 7px!important
	}

	.banner_info .container p{
		font-size:16px!important;
		line-height: 20px!important;
		color:#ffffff!important;
		width:100%!important;
		padding-left: 0px!important;
		margin-top:7px;
	}
}

.regular_menu_item, .next_title, .current_title a, .prev_title a{
    background-color: rgba(0,0,0,0)!important;
    color: #ffffff!important;
    font-weight: 400!important;
    font-size: 11px;
    position: relative;
    font-weight: 300;
    text-align: right; 
    float: right;
    
}
.regular_menu_item, .next_title, .current_title, .prev_title{
	display:none;
}
.signinmenu {
    position: absolute!important;
    right: 144px;
    top: 4px;
}

.current_title {
    position: absolute!important;
    right: 80px;
    top: 4px;    
}

.current_title i {
    position: absolute;
    left: -3px;
    top: 9px;
}

.next_title {
    position: absolute!important;
    right: 10px;
    top: 4px;    
}

.next_title{
	color:#d8e08f!important;
}

.next_title i.fa.fa-angle-right {
    position: absolute;
    right: 0;
    top: 9px;
}


.loginmenu {
    position: absolute!important;
    right: 11px;
    top: 4px;
}


.banner_info p{
	font-family: 'Poppins', sans-serif;
    line-height: 1.9em;
    font-size: 1.2em;
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.001px;
    color: #575962;
    text-align: left;
}
/*banner info*/
.btn-primary:hover,
.btn-primary.focus, 
.btn-primary:focus{
	background:#fff;
}
.btn-primary span{
	color:#fff;
	background:none;
	-webkit-text-fill-color:#fff;
}
.btn-primary:hover span,
.btn-primary.focus span, 
.btn-primary:focus span{
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*#logo{
	padding:5px;
	display:none;
}*/
#logo {
    padding: 5px;
    display: block;
    margin: auto;
}
.cont_modal{
		background-color:rgba(0,0,0,0.5);
		width:100%;
		position: fixed;
		left:0;
		bottom:0;
		height: 100vh;
		z-index: 100;
		display:none;
	}
	.modal_boxes {	    
	    height: 100vh;
		width:100%;
		margin:auto;
		position:relative;
		margin-top: 12%
	}
	.modal_boxes img{
		margin:40px auto 30px auto;
		display: block;
	}
	.modal_boxes .modal_cont {
	    background: white;
	    padding: 25px 16px;
	    box-shadow: 0 2px 14px -2px rgba(43, 83, 94, 0.2);
	    z-index: 1000;
	    width: 100%;
	    max-width: 500px;
	    margin: auto;
	    display: block;
	    position: relative;
	}
	.copy1 p a {
	    color: #ffffff!important;
	    /* background-color: rgba(0,0,0,0.2); */
	    background-color: rgba(256,256,265,0.2);
	    color: #ffffff;
	    padding: 8px;
	    border-radius: 5px;
	    margin-top: 15px;
	    box-shadow: 0 3px 6px 0px rgba(43, 83, 94, 0.6)!important;
	        font-size: 0.94em;
	    line-height: 1.3em;
	}
	.modal_boxes h5 {
	    font-family: 'Poppins', sans-serif;
	    line-height: 1em;
	    font-size: 1em;
	    font-weight: 600;
	    margin: 0 0 10px;
	    color: rgb(91,91,91);
	    text-align: center;
	}
	.modal_boxes i{
		position:absolute;
		top:15px;
		right:15px;
		color: rgb(91,91,91);
		cursor:pointer;
	}
	.modal_boxes p {
	    font-size: 0.8em!important;
	    line-height: 1.1em;
	    margin-bottom: 40px!important;
	    margin-top: 25px!important;
	    padding:10px!important;
	    text-align: center;
	}

	.modal_boxes a{
		text-decoration: underline;
		color:rgba(148,189,108);
	}


.btn-default{
	background:#fff;
	padding:15px 25px;
	line-height:20px;
	font-weight:600;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	border-radius:25px;
	border:none;
}
.btn-default span,
.btn-default span, 
.btn-default span{
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.btn-default:hover span,
.btn-default.focus span, 
.btn-default:focus span{
	color:#fff;
	background:none;
	-webkit-text-fill-color:#fff;
}
.btn-default:hover,
.btn-default.focus, 
.btn-default:focus{
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
}
.iphone_logo_bottom{
		display:none;
	}
.bg-img{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
}
.container{
	position:relative;
}
/*social media footer*/
.social-media li a i {
    color: #5D720E;
    background-color: #ffffff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 5px 3px;
    font-size: 0.7em;
    text-align: center;
}
.social-media li a i.fa-instagram {
    padding: 5px 7px;
}
/*social media footer*/

/*================================ Pre Loader ====================================*/
.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	z-index:13000;
	height:100%;
}
.preloader_image{
	width:130px;
	height:130px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.sk-double-bounce {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 40px auto;
}
.sk-double-bounce .sk-child {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background:#fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
	animation: sk-doubleBounce 2s infinite ease-in-out; 
}
.sk-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s; 
}

@-webkit-keyframes sk-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	} 
}

@keyframes sk-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	} 
}



/*================================ Header Design ================================*/

.navbar-default {
    background: none;
    margin: 0;
    border: none;
    padding: 10px 0;
    min-height: 0;
    -webkit-transition: background .4s ease-in-out,padding .4s ease-in-out;
    -moz-transition: background .4s ease-in-out,padding .4s ease-in-out;
    -ms-transition: background .4s ease-in-out,padding .4s ease-in-out;
    -o-transition: background .4s ease-in-out,padding .4s ease-in-out;
    transition: background .4s ease-in-out,padding .4s ease-in-out;
    z-index: 2;
}

.logo a {
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}

.logo a img{
	width: 104px;
}

	.slogan {
	    color: #d8e08f;
	    font-size: 12px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-weight: 400;
	    padding: 8px 15px;
	    border-radius: 5px;
	    text-align: left;
	    display: block;
	    position: relative;
	    width: 312px;
	    top: 4px;
	    left: 28px;
	    padding: 0;
	    line-height: 11px;
	}
	.top-nav-collapse .slogan{
		color: #ffffff;
	}
.navbar-default .navbar-nav>li{
	margin-left:5px;
}
.navbar-default .navbar-nav>li:first-child{
	margin-left:0;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>span{
	color: #5D720E;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
	padding:8px 15px;
	border-radius: 5px;
}
.business_button{
	color: #fff;
	border:1px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
	padding:8px 15px;
	border-radius: 5px;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover{
	background:rgba(256,256,256,0);
}
.navbar-default .navbar-nav>.active>a span, 
.navbar-default .navbar-nav>.active>a:focus span, 
.navbar-default .navbar-nav>.active>a:hover span,
.navbar-default .navbar-nav>li>a:focus span, 
.navbar-default .navbar-nav>li>a:hover span{
	background: rgba(153,172,76,0);	
	color: #fff;	
}

.navbar-default.navbar-fixed-top.top-nav-collapse{
    padding: 15px 0;
}

.regular_menu_item {
    background-color: rgba(0,0,0,0)!important;
    color: #ffffff;
    font-weight: 400!important;
}
.top-nav-collapse .logo {
    width: 110px!important;
}

.top-nav-collapse .logo a img {
    top: 1px;
    position: relative;
}
/*================================ Banner Design ================================*/
#home{
	width:100%;
	float:left;
	height: 130vh;
	position:relative;
	background-repeat:no-repeat;
	background-position-y:80%!important;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}

.first_block {
    display: block;
    position: relative;
    margin-top: -120px;
}
.curve{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;
	background:url(img/banner/curve.png) repeat-x center bottom;
	z-index:3;
}
.first_text{
	width:100%;
	margin:auto;
	text-align:center;
}
/*copy1*/
.copy1 {
    font-family: 'Comfortaa', cursive;
    width: 100%;
    float: right;
    /*top: -77px;  covid message*/
	top:0;
    position: relative;
}
.copy1 h1 {
    font-weight: 500;
    color: #ffffff;
    font-size: 3em;
    line-height: 1.15em;
    margin-bottom: 30px;
    text-transform: none!important;
    letter-spacing: -1px;
}
.copy1 p{
	font-weight:400;
	color:#ffffff!important;
	font-size: 1em!important;
	line-height: 1.3em;
	margin-bottom: 0!important
}
/*copy1*/
.overlay{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    opacity: 0.9;
	z-index:2;	
}
.banner-caption{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:100px;

}

.main_phone{
	margin-top: 0px
}
.caption-inner h1{
	font-size: 36px;
    color: rgba(255,255,255,0.95);
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 45px;
}
.caption-inner h1 strong{
	font-weight:800;
}
.banner-caption p{
	font-weight:300;
	color:#fff;
	margin:0 0 55px;
	font-size:15px;
	animation-delay:0.2s;
}
.phones_slide2 {
    position: absolute;
    bottom: -250px;
    right: 0px;
}

.phones_slide_main {
    position: relative;
    top: -140px;
    right: 0px;
}

.phones_slide1{
	position: relative;
	bottom: 0px;
	right: 0px;
}

.phones_slide3, .phones_slide4{
    position: absolute;
    bottom: -83px;
	/* bottom: -430px; */
	/* bottom: -230px; */
    right: 0px;
}
.row_cont_blocks {
    margin-top: -270px!important;
    display: inline-block;
    padding-bottom: 172px;
}
.row_cont_blocks_pc{
	margin-top: -100px!important;
    display: inline-block;
    padding-bottom: 172px;    
}
.row_cont_blocks_phone{
	margin-top: -275px!important;
    display: inline-block;
    padding-bottom: 172px;   
}
.computer_img{
	margin-bottom: -5px;
}
.slide_text_pc, .slide_pc {
    vertical-align: bottom;
    display: inline-block;
    padding-top: 15px;
    padding-right: 0!important;    
}
.slide_pc {
	padding-left: 25px
}
.feature-info {
    margin-bottom: 0px;
    display:inline-block;
}
.slide_text2, .slide_phone2 {
    vertical-align: bottom;
    display: inline-block;
    padding-top: 15px;
}
.feature-icons {
    display: inline-block;
    float: left;
    padding-right: 30px;
}
.feature-icons img {
    margin-top: -29px;
    display: block;
    vertical-align: top;
    position: relative;
}
.feature-info2 {
    margin-bottom: 200px;
    padding-right:30px;
}
.features-wrapper1-2 .feature-info p, .features-wrapper1-2-3 .feature-info p{
	padding-right: 0px;
}
a + a{
	margin-left:15px;
}
.banner-caption a{
	animation-delay:0.4s;
}
.banner-caption .caption-thumb{
	animation-delay:2.8s;
}
#particles{
	position:relative;
	z-index:9;
}
.caption-inner {
    padding-top: 0px;
}
/*.banner2{	
	width: 100%;
    float: left;
    position: relative;
}*/

.loginmenu{
		display:none;
	}

	.login_container i {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 1.2em;
    color: rgba(93,114,14,0.5);
}

	.lasticonbusiness{
    	top: -9px;
	}

	.main_absolute{
		display:none;
	}

	.main_absolute_desktop{
	    display: block;
	    width: 100%;
	}

	.main_section_img{
		display: block;
	    width: 100%;
	}

	.main_absolute_767{
		display: none;
	}
@media only screen and (min-width: 1800px){
	.banner2{	
    height: 100vh;
	}
	.row_cont_blocks {
	    margin-top: -190px!important;
	}
}
.banner h3, .banner2 h3 {
    color: #d8e08f;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 5px;
    text-align: left;
    padding-left: 10px;
    margin-top: -7px;
}

/*login container top*/
/*
.login_container {
    background: white;
    padding: 20px;
    border-radius: 15px;
    margin-top: 100%;
    max-width: 261px;
    box-shadow: 0 2px 14px -2px rgba(43, 83, 94, 0.2);
    margin-left: -40px;
    display:none;
}*/
.logincont2 {
    position: relative;
    top: 25%;
    margin: auto;
    display: block;
    width: 100%;
}

.login_container {
	background: #ffffff;
	box-shadow: 0 2px 14px -2px rgba(43, 83, 94, 0.2);
    padding: 20px;
    margin-top: auto!important;
    border-radius: 15px;
    position: relative;
    margin: auto!important;
    padding-top: 40px;
    width: 75%;
    max-width: 335px;
    display:none;
}

.signup_footer{
    background: white;
    padding: 40px 40px 30px 40px;
    border-radius: 15px;
    max-width: 680px;
    box-shadow: 0 2px 14px -2px rgba(43, 83, 94, 0.2);
    margin-left:auto;
    margin-right:auto;
}

img.onelineicon {
    top: -8px;
}

.covid_section{
	background: rgba(256,256,256,0.4);
    padding: 15px 40px;
    border-radius: 15px;
    box-shadow: 0 2px 14px -2px rgba(43, 83, 94, 0.2);
    max-width: 680px;
    margin:auto;
}

.login_container form label, .login_container #forgot{
	font-size: 10px!important;
}

.login_container form label{
	line-height: 21px!important;
}

.login_container #forgot{
	line-height: 32px!important;
}

.login_container h4{
    font-family: 'Poppins', sans-serif;
    line-height: 1em;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 10px;
    color: #5D720E;
    text-align:left;
}

.login_container form{
	margin-top: 7px;
}

.login_container input[type=text], .signup_footer select, .login_container input[type=password], .signup_footer input[type=text], .signup_footer textarea, .signup_footer input[type=email], .signup_footer input[type=password]{
    border: 1px solid #FFFFFF;
    margin-top: 0px;
    border-bottom: 0;
    padding: 21px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0px rgba(43, 83, 94, 0.15)!important;
    border-radius: 5px;
}

.signup_footer select{
	height:42px!important;
	text-indent:15px;
}

.login_container input[type=password]{
	margin-top: 16px;
	margin-bottom: 10px;
}

.signup_footer input[type=text], .signup_footer textarea, .signup_footer input[type=email]{
	margin-top: 7px;
}

.signup_footer textarea{
	overflow: hidden;
	height:auto!important;
	line-height: 1.2em!important;
	-moz-box-sizing:border-box;
	border: 1px solid #FFFFFF;
    margin-top: 0px;
    border-bottom: 0;
    padding: 21px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0px rgba(43, 83, 94, 0.15)!important;
    border-radius: 5px;
}


.row .form-group .col-lg-6:first-child{
	padding-left:0;
	padding-right:10px;
}

.row .form-group .col-lg-6:last-child{
	padding-left:10px;
	padding-right:0;
}






.login_container #forgot {
    color: #5D720E;
    font-weight: 500;
    text-align: right;
    display: block;
    margin-top: 7px;
    text-decoration: underline;
}

.login_container .checkbox{
	text-align: left!important;
}

.login_container p {
    color: #333;
    margin: 0;
    font-size: 10px!important;
}

.login_container p a{
    text-decoration: underline;
}
/*login container top*/

/*================================= Features =================================*/
.section-spacing{
	width:100%;
	float:left;
	height:auto;
	padding:0;
	position:relative;
}

.section-spacing2{
	width:100%;
	float:left;
	height:auto;
	padding:0;
	position:relative;
}

.click_covid {
    position: relative;
}

.click_covid .container div {
    position: relative;
    padding: 12px;
    background-color: rgba(256,256,265,0.2);
    border-radius: 5px;
    top: -25px;
    left: 40px;
    max-width: 237px;
    box-shadow: 0 3px 6px 0px rgba(43, 83, 94, 0.6)!important;
 }

.click_covid .container div span{
	font-family: 'Poppins', sans-serif;
    line-height: 1.4em!important;
    font-size: 0.7em;
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.001px;
    color: #ffffff!important;
    text-align: left;
    margin-top: 0!important;
     font-size: 1em;
     display: block;
     cursor: pointer;
}
.section-title{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	margin:0 0 70px;
}
.section-title h2{
	font-size:30px;
	font-weight:800;
	letter-spacing:3px;
	text-transform:uppercase;
	color:#333;
	margin:0 0 30px;
	position:relative;
	padding: 0px 0px 25px;
}
.section-title h2::before{
	width: 50px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    -webkit-transform: translate(-50%,0) rotate(35deg);
    -ms-transform: translate(-50%,0) rotate(35deg);
    -moz-transform: translate(-50%,0) rotate(35deg);
    transform: translate(-50%,0) rotate(35deg);
    z-index: -1;
    margin-left: -20px;
}
.section-title h2::after{
	width: 50px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    -webkit-transform: translate(-50%,0) rotate(-35deg);
    -ms-transform: translate(-50%,0) rotate(-35deg);
    -moz-transform: translate(-50%,0) rotate(-35deg);
    transform: translate(-50%,0) rotate(-35deg);
    z-index: -1;
    margin-left: 20px;
}
.section-title p{
	letter-spacing:1px;
	font-weight:300;
	color:#333;
	margin:0;
}
.features-wrapper, .features-wrapper4{
	width:100%;
	float:left;
	height:auto;
	padding-top: 103px;
	/* padding-top: 450px; */
	/* padding-top: 250px; */
}

@media only screen and (min-width: 992px){
	.features-wrapper4.computer {
	    width: 100%;
	    float: left;
	    height: auto;
	    padding-top: 265px;
	}
	
	.icon_banner_info {
	    padding-right: 46px;
	    position: relative;
	}
}
.stopshopimage{
    position: absolute;
    bottom: -245px;
    right: 0px;
}
.features-wrapper1-2 {
    width: 100%;
    float: left;
    height: auto;
}
.features-wrapper1-2-3{
	width: 100%;
    padding-top: 20px;
    position: absolute;
    bottom: 4px;
}
.features-wrapper1a {
    width: 100%;
    padding-top: 20px;
    position: absolute;
    bottom: 7px;
}
.features-wrapper ul, .features-wrapper4 ul{
	width:100%;
	float:left;
}
.features-wrapper ul li, .features-wrapper4 ul li{
	width:100%;
	float:left;
	position:relative;
	margin:0 0 40px;
}
.features-wrapper ul li:last-child, .features-wrapper4 ul li:last-child{
	margin-bottom:0;
}
.feature-info, .feature-info2 {
    width: 80%;
    float: left;
    height: auto;
    margin-bottom: 200px;
    display: inline-block;
}



.features-wrapper1-2-3 .feature-icons {
    bottom: -6px;
    position: relative;
}

.features-wrapper1-2-3 .feature-info{
    bottom: -6px;
}

.icon-right .feature-info, .icon-right .feature-info2{
	padding-right:70px;
	text-align:right;
}
.icon-left .feature-info, .icon-left .feature-info2{
	padding-left:70px;
	text-align:left;
}
.feature-info h4, .feature-info2 h4, .getapp h4{
	font-family: 'Poppins', sans-serif;
	line-height:1em;
	font-size:1.9em;
	font-weight:600;
	margin:0 0 10px;
	color:#5D720E;
}

.getapp {    
    clear: both;
    background: rgb(230,212,72);
    background: linear-gradient(90deg, rgba(230,212,72,0.5) 0%, rgba(137,164,25,0.5) 100%);
}

.getapp_img {
    min-height: 100px;
    position: relative;
    bottom: 0;
    /* margin-top: -65px; */
}

.getapp_img img {
    position: absolute;
    bottom: 0;
    width: 100%;
    left:0;
}

.getapp .container {
    padding-top: 60px;
    padding-bottom: 0px;
    display: block;
    clear: both;
}

.getapp p{
	font-family: 'Poppins', sans-serif;
    line-height: 1.4em;
    font-size: 1.4em;
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.001px;
    color: #575962;
    padding-left: 15px

}

.covid_section p{
    margin-top: 0!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
    display: inline-block;
    max-width: 90%;
    padding-left: 18px;
}

#collapseExample span {
    text-decoration: underline;
    color: #5D720E;
    font-size: 0.8em!important;
    margin-left: 0px;
    cursor:pointer;
}

.getapp h4 span{
	font-family: 'Poppins', sans-serif;
    line-height: 1.4em;
    font-size: 0.6em!important;
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.001px;
    color: #575962;
}

.feature-info p, .feature-info2 p {
    font-family: 'Poppins', sans-serif;
    line-height: 1.4em;
    font-size: 1.2em;
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.001px;
    color: #575962;
    text-align: left;
}
.feature-icon {
    position: absolute;
    top: 0;
}
.feature-icon i{
	width: 50px;
    line-height: 50px;
    text-align: center;
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display:inline-block;
	font-size:35px;
}
.icon-right .feature-icon{
	right:0;
}
.icon-left .feature-icon{
	left:0;
}

/*======================================== Fun Facts ====================================*/
span.counter {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
	margin:0px 0 5px;
	display:block;
	line-height:normal;
	letter-spacing:2px;
}
.service-info h5{
	color:#fff;
	font-weight:300;
	font-style:italic;
	letter-spacing:1px;
	margin:0;
}
.service-info i{
	font-size:40px;
	line-height:40px;
	margin:0 0 15px;
	color:#fff;
}
.service-info {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
}
.text-block{
	width:100%;
	float:left;
	height:auto;
}
.text-block h4{
	text-transform:uppercase;
	letter-spacing:2px;
	margin:0 0 30px;
}
#fun-facts .img-block{
	position:relative;
	top:120px;
}

/*================================= Screenshot ============================*/
[data-carousel-3d]{
	border:none;
	background:none;
}
[data-carousel-3d]::before {
    padding-top: 65%;
}
[data-carousel-3d] [data-prev-button],
[data-carousel-3d] [data-next-button]{
	height:40px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
[data-carousel-3d] [data-prev-button]::before {
    color: #fff;
    font-family: FontAwesome;
	content:"\f104";
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: auto;
    top: 0px;
    width: 40px;
    font-size: 35px;
    background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    border-radius: 50%;
    padding: 0px 11px;
    transition: all 0.4s ease 0s;
	cursor:pointer;
	text-align:left;
	opacity:0;
	visibility:hidden;
	left:-40px;
}
[data-carousel-3d] [data-next-button]::before {
    color: #fff;
    font-family: FontAwesome;
	content:"\f105";
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    width: 40px;
	left:auto;
    font-size: 35px;
    background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    border-radius: 50%;
    padding: 0px 11px;
    transition: all 0.4s ease 0s;
	cursor:pointer;
	text-align:right;
	opacity:0;
	visibility:hidden;
	right:-40px;
}
[data-carousel-3d] [data-next-button]:hover::before,
[data-carousel-3d] [data-prev-button]:hover::before{
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
}
.screenshot-carousel:hover [data-next-button]::before{
	opacity:1;
	visibility:visible;
	right:0;
}
.screenshot-carousel:hover [data-prev-button]::before{
	opacity:1;
	visibility:visible;
	left:0;
}

/*================================= Downloads =================================*/
.bg-img{
	color:#fff;
}
.download-info {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 50px;
}
.download-info h3{
	margin:0 0 30px;
}
.download-info p{
	margin:0 0 50px;
	font-weight:300;
}
a span i{
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a:hover span i{
	color:#fff;
	-webkit-text-fill-color:#fff;
}

/*======================================== Team Member ========================================*/
.team-member{
	width:100%;
	float:left;
	height:auto;
	background:#fff;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.team-thumb{
	width:100%;
	height:auto;
	display:block;
	margin:0 0 15px;
	position:relative;
	overflow:hidden;
}
.contact-bio{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	opacity:0;
	visibility:hidden;
}
.contact-bio::before{
	width:100%;
	float:left;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	opacity:0.7;
	z-index:3;
}
.team-thumb::after{
	width:100%;
	float:left;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	z-index:4;
	background:url(img/team/shape.png) no-repeat bottom center;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	background-size:100% auto;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.team-member:hover .team-thumb::after{
	width:100%;
	float:left;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	z-index:4;
	background:url(img/team/shape-hover.png) no-repeat bottom center;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	background-size:100% auto;
} 
.team-member:hover .contact-bio{
	opacity:1;
	visibility:visible;
}
.contact-bio ul{
	position:absolute;
	top:45%;
	left:0;
	width:100%;
	text-align:center;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:6;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.team-member:hover .contact-bio ul{
	top:50%;
}
.contact-bio ul li{
	display:inline-block;
	margin:0 5px;
}
.contact-bio ul li a {
    display: inline-block;
	border-radius:50%;
}
.contact-bio ul li a .fa{
	width:40px;
	line-height:36px;
	border:2px solid #fff;
	display:inline-block;
	vertical-align:middle;
	border-radius:50%;
	font-size:18px;
	text-align:center;
	color:#fff;
}
.contact-bio ul li a:hover{
	background:#fff;
}
.contact-bio ul li a:hover .fa{
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.team-member h4 {
    font-weight: 700;
    padding-left: 35px;
    position: relative;
    color: rgba(0,0,0,0.8);
	z-index:2;
}
.team-member h4::before{
	width:25px;
	height:1px;
	position:absolute;
	left:0;
	top:8px;
	content:'';
	background:rgba(0,0,0,0.6);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.team-member:hover h4::before{
	left:15px;
	z-index:1;
}
.team-member h5{
	padding-left:35px;
	font-weight:300;
	font-style:italic;
	color:rgba(0,0,0,0.6);
	margin:0 0 20px;
}
.owl-dots{
	width:100%;
	text-align:center;
	display:block;
	margin:30px 0 0;
}
.owl-carousel .owl-dots .owl-dot{
	width:15px;
	height:6px;
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	display:inline-block;
	border-radius:3px;
	outline:none;
	margin:0 6px;
}
.owl-carousel .owl-dots .owl-dot.active{
	width:25px;
}

/*================================= Video =================================*/
.play-button{
	width:100%;
	float:left;
	height:auto;
	padding:180px 0;
}
.play-button a{
	font-size:30px;
	color:#fff;
	display:inline-block;
	border-radius:50%;
	position:relative;
}

.play-button a i{
	width:80px;
	line-height:80px;
	vertical-align:middle;
	text-align:center;
	background-color:#fff;
	color:#c018db;
	border-radius:50%;
}
.play-button a::before, 
.play-button a::after {
    content: "";
    display: block;
    height: 60px;
    left: 50%;
    margin: -40px 0 0 -40px;
    position: absolute;
    top: 50%;
    width: 80px;
    z-index: 0;
}
.play-button a::after {
    -webkit-animation: bounce 1s linear infinite;
    -moz-animation: bounce 1s linear infinite;
    animation: bounce 1s linear infinite;
}
@-webkit-keyframes bounce {
    0%,
    25% {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: rgba(255,255,255,0.5);
        margin: -40px 0 0 -40px
    }
    100% {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        margin: -80px 0 0 -80px;
    }
}

@-moz-keyframes bounce {
    0%,
    25% {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: rgba(255,255,255,0.5);
        margin: -40px 0 0 -40px
    }
    100% {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        margin: -80px 0 0 -80px;
    }
}

@keyframes bounce {
    0%,
    25% {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color:rgba(255,255,255,0.5);
        margin: -40px 0 0 -40px
    }
    100% {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        margin: -80px 0 0 -80px;
    }
}
iframe {
    width: 100%;
    border: none;
}
.modal-content{
	border:none;
	background:none;
	box-shadow:none;
}
.modal-body{
	padding:0;
}
.modal-header{
	padding:0;
	border:none;
}
.modal-content .close{
	opacity:1;
	margin:0 0 10px;
	text-shadow:none;
	color:#fff;
}

/*================================= Pricing Plan =================================*/
.price-table{
    width: 100%;
    float: left;
    height: auto;
    background: #fafafa;
	padding:0 0 40px;
	border-radius: 5px;
    overflow: hidden;
}
.pricing-header{
	width:100%;
	float:left;
	height:auto;
	padding:40px 20px 65px;
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	color:#fff;
	position:relative;
}
.pricing-header::before{
	width:100%;
	height:25px;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	background:url(img/pricing/bg.png) repeat-x center bottom;
}
.pricing-header h3{
	font-weight:800;
	margin:0 0 10px;
}
.pricing-header h4{
    font-weight: 600;
    font-size: 22px;
    font-style: italic;
	margin:0 0 0;
}
.pricing-list{
	width:100%;
	float:left;
	padding:30px 0px 40px;
}
.pricing-list li {
    line-height: 26px;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
	font-weight:300;
	font-style:italic;
}

/*================================= Subscription =================================*/
.subscribe-content h2{
	margin:0 0 20px;
}
.subscribe-content p{
	letter-spacing:1px;
	opacity:0.9;
	margin:0 0 50px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    padding: 5px;
    background: #fff;
    border-radius: 30px;
}
.input-group .form-control {
    height:50px;
	background:#fff;
	border:none;
	border-radius:25px;
	padding:10px 15px 10px 35px;
	box-shadow:none;
	letter-spacing:1px;
}
.input-group-addon{
	padding:0;
	background:none;
	border:none;
}
.input-group-addon .btn.btn-primary{
	height:50px;
	border-radius:25px;
}
.input-group-addon .btn-primary:hover{
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
}

/*================================= Testimonials =================================*/
.user-img {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    z-index: 999;
    top: -50px;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
	background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	padding:2px;
}
.user-img img{
	border-radius:50%;
}
#testimonials-carousel .item{
	padding:50px 0;
	margin-top:50px;
}
.tesimonial-text{
	width:100%;
	height:auto;
	position:relative;
	z-index:4;
	padding:40px 30px;
	display:block;
}
.tesimonial-text p{
	margin:0 0 30px;
}
.tesimonial-text h5{
	font-weight: 400;
    margin: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    opacity: 0.9;
}
.tesimonial-text .fa {
    font-size: 14px;
    color: #fec42d;
    margin: 0;
}
.ratting{
	display:block;
	line-height:20px;
}
#testimonials-carousel .carousel-indicators {
    bottom: 25px;
}
.carousel-indicators .active{
	width:40px;
}

.row {
    width: 100%;
    margin: 0;
}

.col-lg-12 {
    width: 100%;
    padding-left:0;
    padding-right:0;
}

/*================================= Contact us =================================*/
#map {
    height: 500px;
    width: 100%;
    float: left;
}
.form-control {
    height: 50px;
    box-shadow: none!important;
    border: 1px solid #ccc;
    border-radius: 25px;
	padding:6px 25px;
	letter-spacing:1px;
}
textarea.form-control {
    height: auto;
    resize: none;
	padding-top:13px;
	padding-bottom:13px;
}
.form-control::-moz-placeholder{
	color:rgb(199,199,199);
	opacity:1;
}
.form-control::-webkit-input-placeholder{
	color:rgb(199,199,199);
	opacity:1;
}
.form-control::-ms-input-placeholder{
	color:rgb(199,199,199);
	opacity:1;
}
.has-error .form-control{
	border-color:#f00;
}
.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error.checkbox label, 
.has-error.checkbox-inline label, 
.has-error.radio label, 
.has-error.radio-inline label{
	color:#f00;
}
.form-group {
    margin-bottom: 19px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
	opacity:1;
}
input[type='submit'].btn.btn-primary:hover {
    background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
}


/*======================================== Footer ========================================*/
#footer{
	width:100%;
	float:left;
	height:auto;
	background:#000;
	padding:100px 0;
}

.navbar-right {
    margin-top: 7px;
}

.top-nav-collapse .navbar-right {
    margin-top: 7px!important;
}

.footer_bottom{
	background:#5D720E;
	padding:20px 0;
	clear: both;
}

.footer_bottom p {
    margin-bottom: 0;
    color: white;
    opacity: 0.3;
    line-height: 2.5em;
}

#footer_links {
    padding: 0;
    margin: 0;
}

#footer_links li {
    list-style: none;
    float: left;
    color: white;
    margin: 5px 15px;
}

#footer_links li a {
    color: white;
    opacity: 0.7;
}

.social-media{
	text-align:center;
	margin:0 0 30px;
}
.social-media li{	
	display:inline-block;
	margin:0 4px;
}
.social-media li a{
	font-size:30px;
	color:#fff;
	opacity:0.7;
	display:inline-block;
	line-height:30px;
}
.social-media li a:hover{
	opacity:1;
}
#footer p{
	margin:0;
	color:#fff;
	opacity:0.7;
	letter-spacing:2px;
	font-size: 14px;
}

.mobile_business{
	display:none;
}

.back-top {
    width: auto;
    float: right;
    height: auto;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
}
.back-top a {
    display: inline-block;
    text-align: center;
}
.back-top i {
    background: rgba(153,172,76,1);
	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 35px;
    width: 40px;
}


/*======================================== Responsive Design =============================*/


.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff!important;
}

.navbar-toggle {
    position: absolute;
    float: left;
    padding: 9px 0px;
    margin-top: 2px;
    margin-left: 5px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    left: 2px;
}

.covid_btn{
    font-family: 'Poppins', sans-serif;
    line-height: 1.3em;
    font-size: 1.3em;
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.001px;
    color: #575962;
    margin-top: 10px;
    margin-bottom: 10px;
    display:block;
}

#collapseExample span{
	text-decoration:underline;
	color:#5D720E;
	font-size: 0.8em!important;
	margin-left: 0px;
}

.covid_btn span{
	text-decoration:underline;
	color:#5D720E;
	font-size: 0.8em!important;
}


.loginmenu {
    position: absolute;
    right: 10px;
    top: 4px;
    position: relative;
    float: right;
    text-align: right;
    font-size: 15px;
    text-decoration: underline;
}


.top-nav-collapse .navbar-toggle {
    margin-bottom: 8px;
}

@media only screen and (min-width: 480px) and (max-width:639px) {
#home{
	min-height:600px;
	height:auto;
}
}

@media only screen and (min-width: 1200px) and (max-width:1500px) {
	.banner2 {
	    max-width:100%!important;
	    overflow: hidden;
	}

	/*.main_absolute_desktop {
	    width:130%;
	    max-width:130%;
	}*/
}

@media only screen and (min-width: 1350px) and (max-width:1500px) {
	.login_container {
	    margin-top: 80%;
	}
}

@media only screen and (min-width: 1200px) and (max-width:1350px) {
	.login_container {
	    margin-top: 70%;
	}
}

@media only screen and (max-width: 639px){
.section-spacing{
	padding:60px 0;
}
.section-spacing{
	padding:20px 0;
}
.section-title h2{
	font-size:22px;
}
.section-title p br{
	display:none;
}
#fun-facts .img-block{
	top:70px;
}
#footer{
	padding:60px 0;
}

}



@media only screen and (min-width: 768px) and (max-width:1024px) {
	.feature-info, .feature-info2 {
	    width: 70%;
	    float: left;
	    height: auto;
	    margin-top: 20px;
	}

	.phones_slide2 {
	    position: absolute;
	    bottom: -308px!important;
	    right: 15px;
	}

	.first_block{
		padding-top: 0!important
	}

	.first_block .feature-icons img {
	    margin-top: -10px;
	}
}

@media only screen and (min-width: 640px) and (max-width:767px) {
#home{
	min-height:600px;
	height:auto;
}
}

@media only screen and (max-width:480px) {
	.banner h3 {
	    margin-top: 0px!important;
	}
	.iphone_logo_bottom img {
	    margin: auto;
	    display: block;
	    margin-bottom: 11px;
	    top: -40px;
	    position: relative;
	}
}


		.targetslct option{
	color:#000000!important;
}
.slct_after:before{
	border-color:red!important;
}
.targetslct {
    background: transparent!important;
    height: auto!important;
    padding: 9px!important;
    color:rgb(199,199,199)!important;
}
select[data-chosen]{color:#333!important;}


/*menu ipad and smaller*/
@media only screen and (min-width: 1201px){
	.navbar-collapse.collapse {
	    display: block!important;
	    height: auto!important;
	    padding-bottom: 0;
	    overflow: visible!important;
	}
	.navbar-default.navbar-fixed-top.top-nav-collapse{
    background: rgba(153,172,76,1);
    background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
}
}

.menu_close {
	display: none;
}

@media only screen and (max-width: 1200px){
	.navbar-default .navbar-nav>li>a {
	    padding: 10px 15px;
	    padding-left: 0px;
	    text-align: left;
	    font-size: 13px!important;
	    width: 100%;
	    font-weight: 300!important;
	}

	.copy1 {
    font-family: 'Comfortaa', cursive;
    width: 100%;
    float: right;
    top: auto;
    position: relative;
}

	.click_covid .container div {
	    position: relative!important;
	}
	.smhide{
		display: none!important
	}
	.copy1 h1 {
	    font-size: 3em;
	    text-align: center;
	}
	.copy1 p {
	    font-size: 0.9em!important;
	    text-align: center;
	    line-height: 1.4em;
	}
	
	.top-nav-collapse .slogan{
		opacity:0;
	}
	.copy1 {
	    margin-top: 25px;
	}
	.top-nav-collapse .navbar-header {
	    background: rgba(153,172,76,1);
	    background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	    background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	    background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	    background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	}
	.navbar-right {
	    margin-left: 0px!important;
	}
    .navbar-header {
	    float: none;
	    padding: 5px;
	}
    .navbar-toggle {
	    display: block;
	    left: 6px;
	}
    .navbar-collapse {
        border-top: 0px solid rgba(255,255,255,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
	    float: none!important;
	    margin: 7.5px 2px;
	    background: rgba(153,172,76,1);
    	background: -moz-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    	background: -webkit-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    	background: -ms-linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
    	background: linear-gradient(90deg, rgba(236,219,123,1) 0%, rgba(184,205,105,1) 28%, rgba(153,172,76,1) 100%);
	    position: relative;
	    top: -8px;
	    margin-left: 0!important;
	    padding-left: 0px;
	    max-width: 188px!important;
	    padding-top: 32px;
	}
	.navbar-default {
	    padding: 0px!important;
	}	
	.backmenu {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100vh;
    z-index: 1;
    display: none;
    top: 42px;
}
	.navbar-collapse{
		padding-left: 0!important
	}
	.navbar-default .navbar-nav li:last-child{
	    display: none;
	}
	.navbar-default .navbar-nav>li>a{
	    border-radius: 0;
	    border-bottom: 1px solid rgba(256,256,256,0.3);
	    text-indent:14px;
	}
	.apart{
		border:0!important;
	}

	
	.menu_close {
	    left: 8px;
	    position: absolute;
	    text-align: right;
	    z-index: 1000000;
	    display: block;
	    padding: 0;
	    cursor: pointer;
	    color: #ffffff;
	    top: 10px;
	}

	.active_menu{
		display: none;
	}
	#logo{
		padding:5px;
		display:block;
		margin:auto; 
	}
	.logo {
	    left: 30px!important;
	    display: block;
	    position: relative;
	    top: -2px!important;
	}
	.top-nav-collapse .logo img {
	    width: 88px!important;
	    max-width: 88px;
	    margin-top: 0px;
	}

	.navbar-default .navbar-nav>li {
	    margin-left: 0px;
	}

	.navbar-right li a {
	    color: #ffffff!important;
	}

	.logo a img, .logo {
	    width: 88px;
	}



	



	.slogan {
	    color: #d8e08f;
	    font-size: 11px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-weight: 400;
	    padding: 8px 15px;
	    border-radius: 5px;
	    text-align: left;
	    display: block;
	    position: absolute;
	    width: 312px;
	    top: 34px;
	    left: 23px;
	    padding: 0;
	    line-height: 11px;
	}
	.top-nav-collapse .slogan{
		color: #ffffff;
	}

	.caption-inner {
	    padding-top: 0px;
	    margin-top: -28px;
	}


	.logo a img, .logo{
	    width: 88px;
	}

	.navbar .container{
		max-width: 100%!important;
		width: 100%!important;
		padding:0!important;
	}

	.banner h3 {
	    margin-top: -44px;
	    margin:auto;
	    display:block!important;
	    text-align: center!important;
	    display:none;
	}

	.logo {
	    left: 55px;
	    display: block;
	    position: relative;
	}


	.main_absolute_desktop {
	    display: none;
	    width: 100%;
	}

	.xsmenu{
		padding:0!important;
	}

	.navbar .container{
		max-width: 100%!important;
		width: 100%!important;
	}

	.signinmenu {
	    position: absolute!important;
	    right: 148px;
	    top: 8px;
	}

	.next_title {
	    position: absolute!important;
	    right: 14px;
	    top: 8px;
	}

	.current_title {
	    position: absolute!important;
	    right: 84px;
	    top: 8px;
	}

	.logo {
	    left: 33px!important;
	    display: block;
	    position: relative;
	    top: -2px!important;
	}

	.logo a img{
		width:110px;
	}

	.first_text h3 {
	    margin-top: 0px!important;
	    padding-top: 0!important;
	    font-size: 12px!important;
	    top: -19px;
	    position: relative;
	    left: 48px;
	    display:none;
	}

	.loginmenu, .signinmenu, .regular_menu_item, .next_title, .current_title, .prev_title{
		display:block;
	}


	.row.form-group:last-child .col-lg-6.zipcode_6 {
	    padding-left: 0px!important;
	    padding-right: 0;
	    margin-top: 20px;
	}

	.banner-caption p {
    	font-size: 13px;
	}

	.checkmark {
	    position: absolute;
	    top: 2px;
	    left: 0;
	    height: 20px;
	    width: 20px;
	    right: auto!important;
	}

	.checkbox .checkmark:after {
	    left: 5.5px;
	    top: 1.5px;
	}


	.login_container form .text-center {	    
	    margin-top: 10px;
	}

	.login_container .checkbox {
	    text-align: left!important;
	    padding-right: 0px;
	    padding-left: 25px;
	    margin-bottom: 3px;
	    line-height: 20px;
	}

	.col-sm-6.forgot_p {
	    top: 8px;
	}

	.login_container form label, .login_container #forgot {
	    font-size: 12px!important;
	}

	.login_container #forgot {
    	margin-top: 0px;
    	margin-bottom: 6px;
	}

	.banner2{
		max-height: 2000px!important;
	}

	.login_container i, .loginmenu, .login_container, .cont_modal{
		display:none;
	}

	#footer_links li{
		float:left;
		margin: 5px 20px 5px 0;
	}

	.row .form-group .col-lg-6:last-child {
	   /* margin-top: 23px!important;*/
	}


	.loginmenu{
		display:block;
	}



	.login_container i{
		display:block;
		position:absolute;
		top: 20px;
		right:20px;
		cursor:pointer;
		font-size: 1.2em;
		color:rgba(93,114,14,0.5);
	}

	.logincont2 {
	    position:relative;
	    top: 25%;
	    margin: auto;
	    display: block;
	    width: 100%;
	}

	.login_container {
	    margin-top: auto!important;
	    position: relative;
	    margin: auto!important;
	    padding-top: 40px;
	    width:75%;
	    max-width: 335px;
	}

	.banner2 {
	    background-image: none!important;
	    overflow: hidden;
	    height: auto;
	} 

	.main_absolute{
		display: block;
		width: 150%
	}

	img.onelineicon {
	    top: 4px;
	}

	.lasticonbusiness{
    	top: -9px;
	}

	.location_icon{
    	margin-top: -12px!important;
	}

	.getapp p {
	    font-size: 1.1em;	    
	}

	.icon_banner_info {
    	padding-right: 45px;
	}

	.row .form-group .col-lg-6:first-child{
		padding-left:0;
		padding-right:0px;
	}
	.row .form-group .col-lg-6:last-child{
		padding-left:0px;
		padding-right:0;
		/*margin-top: 35px;*/
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	    background-color: rgba(0,0,0,0)!important;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #ffffff!important;
	}
	
	.menu_blue{
		background: #15979d!important;
	}
	.top-nav-collapse .navbar-right {
	    margin-top: 8px!important;
	}
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
	    display: block!important;
	    z-index: 100000000;
	    position: relative;
	}

    .collapsing {
        overflow: hidden!important;
    }
}
/*menu ipad and smaller*/

@media only screen and (max-width: 767px){

.copy1 h1 {
    font-size: 2.8em;
    text-align: center;
}

.copy1 p {
    font-size: 0.9em!important;
    text-align: center;
    color:#ffffff!important;
}

.covid_section p {
    max-width: 82%;
    padding-left: 0px;
}

.banner h3 {
    font-size: 13px!important;
}

.covid_section {
    padding: 15px;
}

.main_absolute{
	display: block;
	width: 100%;
	max-width: 100%;
	position: relative;
}

.col-sm-6{
	max-width:49%;
	display: inline-block;
}
.remember_m{
	float:left;
}
.forgot_p{
	float:right;
}
.caption-inner {
    padding-top: 0px;
    margin-top: -16px;
}
.caption-inner h1{
	font-size:28px;
	letter-spacing:2px;
	line-height:normal;
}
.features-wrapper ul li, .features-wrapper4 ul li{
	text-align:center;
}
.feature-icon{
	position:relative;
	text-align:center;
	margin:0 0 10px;
}
.icon-right .feature-info, .icon-right .feature-info2{
	padding:0;
	text-align:center;
}
.icon-left .feature-info, .icon-left .feature-info2{
	padding:0;
	text-align:center;
}
.features-thumb{
	padding:50px 0;
}
.service-info{
	margin:0 0 50px;
}
.row .col-xs-6:nth-last-child(-n+2) .service-info{
	margin:0;
}
#downloads .img-block{
	text-align:center;
}
.play-button{
	padding:100px 0;
}
.price-table{
	margin:0 0 50px;
}
.row .col-xs-12:nth-last-child(-n+1) .price-table{
	margin:0;
}
}

@media only screen and (min-width: 991px) and (max-width:1024px) {
	.feature-icons img {
	    margin-top: 15px;
	}

	img.onelineicon {
	    top: -3px;
	}
}

@media only screen and (max-width:991px) {
	.features-wrapper4 div .feature-info2 {
		margin-top: 60px;
	}
	
	.banner-caption {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 72px;
}
.click_covid .container{
	padding:0!important;
}

	.click_covid .container div {
    position: relative;
    padding: 15px;
    background-color: rgba(256,256,265,0.2);
    border-radius: 5px;
    top: 0;
    left: auto;
    width: auto;
    max-width: 325px;
    box-shadow: 0 3px 6px 0px rgba(43, 83, 94, 0.6)!important;
    margin: auto;
    text-align: center!important;
    margin-top: 40px
}

	.click_covid .container div span {
	    text-align: center;
	    font-size: 0.95em;
	}
	.main_phone {
	    max-width: 80%;
	    margin: auto;
	    display: block;
	}

	.copy1 h1 {
	    font-size: 2.42em;
	    text-align: center;
	}

	.signup_footer .form-group .col-lg-12 {
	    width: 100%!important;
	    max-width: 100%!important;
	}

	.signup_footer textarea {
	    min-height: 80px;
	}

	.group_pass .col-lg-6 {
	    max-width: 100%!important;
	    display: block;
	    width: 100%;
	}
	.group_pass .col-lg-6:first-child {
	    padding-right: 0px!important;
	}
	.group_pass .col-lg-6:last-child {
	    padding-left: 0px!important;
	    margin-top:20px;
	}

	.signup_footer {
	    background: white;
	    padding: 40px 30px;
	}

	.signup_footer, .covid_section{
	    max-width: 100%!important;  
	}

	.modal_boxes {	    
		margin-top: 25%
	}

	.phones_slide3, .phones_slide4{
	    position: relative;
	    bottom: 84px;
	    right: 0px;
	}

	.features-wrapper4 {
	    margin-top: 20px!important;
	}	

	.phones_slide4 {
	    position: relative;
	    top: -30px;
	}



	.phones_slide_main {
	    position: relative;
	    top: -58px;
	    right: 0px;
	}
	.banner2 {
	    background-size: 215%!important;
	    background-position-x: 48%;
	}



	.phones_slide2 {
	    margin-bottom: 132px;
	}

	.first_block {
	    margin-top: -45px;
	}
	
	.getapp .container {
	    padding-top: 40px;
	}

	.features-wrapper, .features-wrapper4 {
    	padding-left: 15px;
    	padding-right: 15px;
	}	

	.getapp .container, .form_section .container, .banner_info .container{
    	padding-left: 15px!important;
    	padding-right: 15px!important;
	}

	.phones_slide2 {
	    position: absolute;
	    bottom: -225px;
	    right: 15px;
	}	


	img.onelineicon {
	    top: 22px;
	    margin-top: -39px!important;
	}

	.location_icon {
	    margin-top: 3px!important;
	}

	.lasticonbusiness {
	    top: -21px;
	}

	.feature-icons img {
	    margin-top: 13px;
	}

	.feature-icons {
	    margin-top: 15px;
	}	

	.banner{
	    background-position: 21% 0px!important;
	}

	.appstore {
	    margin-left: 0!important;
	    padding-top: 13px;
	    display: block;
	}

	.main_section_img{
		max-width:100%!important;
	}

	.marketing_img {
	    max-width: 100%!important;
	}


	.feature-info, .feature-info2 {
	    margin-bottom: 170px;
	}

	.getapp_img {
	    min-height: 100px;
	    position: relative;
	    bottom: 0;
	    margin-top: 0;
	}

	.getapp_img img{
		display:none;
	}

	.feature-info h4, .feature-info2 h4, .getapp h4 {
    	font-size: 1.5em;
    }    
}

@media only screen and (max-width:767px) {

	.banner2 {
	    background-size: 230%!important;
	    background-position-x: 48%;
	}

	

	.mobile_business{
		display:block;
		position:absolute;
		right:15px;
	}

	.location_icon {
	    margin-top: 0px!important;
	}

	.features-wrapper4 {
	    padding-top: 0!important;
	    margin-top: -25px!important;
	}

	.first_text h3{
		margin-top: 9px
	}

	.onescreen {
	    width: 100%;
	    margin: auto;
	}

	.onescreen img {
	    max-width: 260px;
	}

	.first_block {
	    margin-top: -3!important;
	}

	.first_block {
	    padding-top: 0px!important;
	}

	img.onelineicon {
	    margin-bottom: 32px!important;
	}

	.banner h3 {
	    margin-top: 8px;
	}

	.feature-info, .feature-info2 {
	    margin-bottom: 110px;
	    width: 100%!important;
	    padding-right: 0;
	    text-align: center;
	    margin-top: 15px;
	}

	.feature-info p, .feature-info2 p {
	    font-size: 1em;
	    text-align:center!important;
	}

	.feature-icons {
		display:none;
	    clear: both;
	    width: 100%;
	    padding-right: 0;
	}

	.feature-icons img{
		margin:auto;
	}

	.navbar-fixed-top .mobile_business{
		top:25px;
	}

	.top-nav-collapse .mobile_business{
		top:17px;
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {

.caption-inner h1{
	font-size:30px;
	letter-spacing:2px;
}
.navbar-right {
    max-width: 100%;
}



.caption-inner {
    padding-top: 0px;
}
.features-wrapper ul li, .features-wrapper4 ul li{
	text-align:center;
}
.feature-icon{
	position:relative;
	text-align:center;
	margin:0 0 10px;
}
.icon-right .feature-info, .icon-right .feature-info2{
	padding:0;
	text-align:center;
}
.icon-left .feature-info, .icon-left .feature-info2{
	text-align:center;
}
.features-thumb{
	padding:50px 0;
}
.features-wrapper, .features-wrapper4{
	padding:0;
}
.download-info{
	padding:0;
}
.play-button{
	padding:120px 0;
}
.navbar-default .navbar-nav > li{
	margin:0;
}

}



.sk-double-bounce {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 40px auto;
}
.sk-double-bounce .sk-child {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background:#fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
	animation: sk-doubleBounce 2s infinite ease-in-out; 
}
.sk-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s; 
}

@-webkit-keyframes sk-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	} 
}

@keyframes sk-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	} 
}

@media only screen and (max-width: 1599px){

	.features-wrapper1-2 {
	    padding-top: 20px;
	}
	.banner2 {
    background-size: 130%;
	}
}

@media only screen and (max-width: 640px){
	.banner2 {
	    background-size: 250%!important;
	    background-position-x: 48%;
	}

	.main_absolute_767{
		display: block;
		width: 100%;
		max-width: 100%;
		position: relative;
	}

	.main_absolute{
		display:none;
	}
}

@media only screen and (max-width: 479px){
	.covid_section p {
    max-width: 73%;
    padding-left: 0px;
}
.click_covid .container div span {
    text-align: center;
    font-size: 0.8em;
}
.click_covid .container div {
    position: relative;
    padding: 15px;
    background-color: rgba(256,256,265,0.2);
    border-radius: 5px;
    top: 0;
    left: auto;
    width: auto;
    max-width: 325px;
    box-shadow: 0 3px 6px 0px rgba(43, 83, 94, 0.6)!important;
    margin: auto;
    text-align: center!important;
    margin-top: 10px
}
.copy1 h1 {
    font-size: 1.95em;
    text-align: center;
}

.copy1 p {
    font-size: 0.95em!important;
    text-align: center;
    margin:0!important;
    color:#ffffff!important;
}
.caption-inner h1 {
    font-size: 24px!important;
    letter-spacing: 1px!important;
}
.phones_slide3, .phones_slide4{
    bottom: 35px;
}
.iphone_logo_bottom {
    display: contents;
}
.iphone_logo_bottom img {
    margin: auto;
    display: block;
    margin-bottom: 11px;
    top: -40px;
    position: relative;
}
.caption-inner {
    padding-top: 0px!important;
}
.onescreen img {
    max-width: 180px;
}
.banner-caption .btn-default,
.banner-caption .btn-primary{
	padding-left:20px;
	padding-right:20px;
}
.download-info a{
	font-size:12px;
}
.first_text h3 {
    margin-top: 0px!important;
    padding-top:0!important;
    font-size: 12px!important;
}
#footer p{
	letter-spacing:1px;
}
.banner2 {
    max-height: 700px;
    background-size: 373%!important;
}

.phones_slide_main {
    top: -32px;
}

	.login_container {
	    background: white;
	    padding: 25px 22px;
	    margin-top: 0px!important;
	}



	.checkbox .checkmark:after {
	    left: 5.5px;
	    top: 1.5px;
	    width: 6px;
	    height: 12px;
	}

	.checkmark {
	    position: absolute;
	    top: 2px;
	    left: 0;
	    height: 20px;
	    width: 20px;
	}

	.checkbox {
	    padding-left: 29px;
	}

	.first_block {
	    margin-top: -15px;
	}

	.banner-caption p {
	    font-size: 14px;
	    margin-top: 15px;
	}

	.login_container form label, .login_container #forgot {
	    font-size: 12px!important;
	}



	.login_container {
	    margin-top: 0px!important;
	}

	.features-wrapper4, .features-wrapper {
	    margin-top: -20px!important;
	}
}

@media only screen and (min-width: 767px) and (max-width:991px) {
	.features-wrapper4, .features-wrapper {
	    margin-top: -15px!important;
	}

	.features-wrapper4.computer{
		margin-top: -35px!important;
	}

	.stopshopimage {
	    top: -42px!important;
	}
}

@media only screen and (max-width: 375px){
	.copy1 h1 {
	    font-size: 1.55em;
	    text-align: center;
	}
}