/*
Author: WebThemez.com
Website: http://webthemez.com
Note: Please do not remove the footer backlink (webthemez.com)--(if you want to remove contact: webthemez@gmail.com)
Licence: Creative Commons Attribution 3.0** - http://creativecommons.org/licenses/by/3.0/
*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
body {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
    color: #6E6E6E;
}
/*General*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 30px;
}
h2 {
	margin: 30px 0;
}
a{
    color:#3d84e6;
}
a:hover, a:focus{
    color:#3d84e6;
    text-decoration: underline;
}
.navbar-toggle {
	background-color: rgba(0, 0, 0, 0.89);
}
.navbar-nav>li>a {
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400 !important;
}
blockquote {
	font-style: italic;
	font-family: Georgia;
	color: #999;
	margin: 0px 0 0px;
	padding: 0px 20px;
}
label {
	color: #777;
}
.btn-inline {
	color: #9C9C9C;
	font-size: 15px; 
}
.form-control {
	display: block;
	width: 100%;
	height: 41px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 2.428571;
	color: #555;
	background-color: #F7F7F7;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
}
.navbar-inverse .navbar-brand img {
	width: 171px;
}
.section-title {
	margin-bottom: 20px;
}
/* Header */
#head {
	/*background: #181015 url( ../images/bg_header.jpg) no-repeat;*/
	background-size: cover;
	height: 300px;
	text-align: center;
	color: white;
	font-weight: 300;
	position: relative; 
	background-position-x: center;
}
#head.secondary {
	height: 100px;
	min-height: 100px;
	padding-top: 0px;
}
#head .lead {
	font-size: 44px;
	margin-bottom: 6px;
	color: white;
	line-height: 1.15em;
}
#head .tagline {
	color: rgba(255,255,255,0.75);
	margin-bottom: 25px;
}
#head .tagline a {
	color: #fff;
}
#head .btn {
	margin-bottom: 10px;
}
.form-group.payment_aa {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#head .btn-default {
	text-shadow: none;
	background: transparent;
	color: rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
	background: transparent;
}
#head .btn-default:hover, #head .btn-default:focus {
	color: rgba(255,255,255,.8);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	background: transparent;
}
#head .btn-default:active, #head .btn-default.active {
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 0px 3px #fff;
	-moz-box-shadow: inset 0px 0px 0px 3px #fff;
	box-shadow: inset 0px 0px 0px 3px #fff;
	background: transparent;
}
.fluid_container {
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
}
#camera_wrap_4 {
	bottom: 0;
	height: 100%;
	left: 0;
	margin-bottom: 0!important;
	position: absolute;
	right: 0;
	top: 0;
}
.camera_bar {
	z-index: 2;
}
.camera_thumbs {
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.camera_thumbs_cont {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.camera_overlayer {
	opacity: .1;
}
.panel {
	margin-bottom: 0px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-body {
	padding: 0px;
}
.btn-action, .btn-primary {
	color: #FFEFD7;
	background-image: -webkit-linear-gradient(top, #0ecfec 0%, #09bed9 100%);
	background-image: linear-gradient(to bottom, #0ecfec 0%, #09bed9 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ecfec22', endColorstr='#09bed900', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border: 0 none;
}
.btn-action:hover, .btn-primary:hover {
	background: #04a0b7;
}
.btn:hover, .btn:active {
	color: #c0c0c0;
}
ul, .list.custom-list ul {
	margin: 0 0 11px;
	list-style-type: none;
	padding-left: 10px;
}
.list.custom-list ul li {
	margin: 0;
	padding: 4px 0 5px 0px;
	border-top: 1px dashed #f2f2f2;
	position: relative;
	/*background: url(../images/arrow.png) no-repeat 0 11px;*/
}
.list.custom-list ul li a {
	font: 14px/1.2em 'Roboto', sans-serif;
	color:#878787;
	text-transform: none;
	display: inline;
	position: relative;
}
.thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none; 
	padding: 4px;
}
.thumbnail time {
	background: #3d84e6;
	padding: 5px 0;
	display: block;
	text-indent: 12px;
	color: #fff;
}
.thumbnail .caption {
	padding: 9px 0 0;
	color: #606577;
}
.thumbnail .caption:hover {
}
.thumbnail .caption a {
	font: 20px;
}
.slideUp {
	top: -100px;
}
.navbar-inverse {
	background: #fff;  
margin: 0 auto; 
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
	color: #FFFFFF !important; 
	font-size: 18px;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a{
	background: #3d84e6;
	color: #fff !important;
    border-radius: 0px;
} 
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
	text-align: left;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover{
color: #fff !important;
    border-radius: 0px;
    background: #3d84e6;
}
.heading-text{
    position: absolute;
    z-index: 999;
    text-align: center;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 30%;
}
.heading-text h1{
    font-size: 45px;
}
.heading-text p{
font-size: 27px;
}
/* Highlights*/
.highlight {
	margin-top: 40px;
}
.h-caption {
	text-align: center;
}
.h-caption i {
	display: block;
	font-size: 54px;
	color: #3d84e6;
	margin-bottom: 36px;
}
.h-caption h4 {
	color: #382526;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
div.hbox {
	background: #fff;
	padding: 10px 15px;
}
.h-body {
}
.jumbotron {
	background-color: #E0E0E0;
}
.page-header {
	border-bottom: 1px solid #15c008;
}
.page-title {
	margin-top: 20px;
	font-weight: 300;
	color: #15c008;
}
.text-muted {
	color: #888;
}
.breadcrumb {
	background: none;
	padding: 0;
	margin: 30px 0 0px 0;
}
ul.list-spaces li {
	margin-bottom: 10px;
}
/* Helpers */
.container-full {
	margin: 0 auto;
	width: 100%;
}
.top-space {
	margin-top: 60px;
}
.top-margin {
	margin-top: 20px;
	    margin-bottom: 30px;
}
.circle {
	background: rgb(214, 214, 214);
	width: 95px;
	height: 95px;
	border-radius: 90px;
	line-height: 95px;
	margin: 0 auto 20px;
}
img {
    max-width: 95%;
    height: 541px;
}
img.pull-right {
	margin-left: 10px;
}
img.pull-left {
	margin-right: 10px;
}
#map {
	width: 100%;
	height: 280px;
}
#social {
	margin-top: 50px;
	margin-bottom: 50px;
}
#social .wrapper {
	width: 340px;
	margin: 0 auto;
}
.sidebar {
	padding-top: 36px;
	padding-bottom: 30px;
}
.sidebar .panel {
	margin-bottom: 20px;
}
.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 {
	margin-top: 20px;
}
.featured-box {
	padding: 20px;
    padding-left: 0px;
	margin-bottom: 20px;
}
.featured-box .text {
	padding-left: 0px;
}
.featured-box h3 {
    font-size: 18px;
	margin: 0 0 5px 0;
}
.featured-box i {
	position: absolute;
	display: inline-block;
	color: #A8A8A8; 
	padding: 0px;
	border-radius: 50px;
	width: 24px;
	height: 24px;
	margin: 0px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
footer {
border-top: 1px solid #e5e5e5;
    background: #000;
    padding-top: 50px;
}
 ul.menu{
    padding: 0px;
}
.menu li{
    padding: 5px 0px;
}
.menu li a{
    color:#717171;
}
.social {
	margin: 20px 0;
}
.social a {
	font-size: 32px;
	margin: 0 10px;
	color: #8c8c8c;
}
.social a:hover {
	color: #3d84e6;
}
/* Footer */
.footer1 {
	background: #fff;
	padding: 30px 0 0 0;
	font-size: 12px;
	color: #999;
}
.footer1 a {
	color: #ccc;
}
.footer1 a:hover {
	color: #fff;
}
.footer1 .panel {
	margin-bottom: 30px;
}
.footer1 .panel-title {
	font-size: 17px;
	font-weight: bold;
	color: #ccc;
	margin: 0 0 20px;
}
.footer1 .entry-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 35px 0;
	padding: 2px 0;
	color: #888888;
	font-size: 12px;
	font-size: 0.75rem;
}
.footer1 .entry-meta a {
	color: #333333;
}
.footer1 .entry-meta .meta-in {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.follow-me-icons {
	font-size: 30px;
}
.follow-me-icons i {
	float: left;
	margin: 0 10px 0 0;
	color: #3d84e6;
}
.footer2 {
	background: #151823;
	padding: 15px 0;
	color: #fff;
	font-size: 12px;
}
.footer2 a {
	color: #aaa;
}
.footer2 a:hover {
	color: #fff;
}
.footer2 p {
	margin: 0;
}
.panel-simplenav {
	margin-left: -5px;
}
.panel-simplenav a {
	margin: 0 5px;
}
#services .fa {
	color: #3d84e6;
}
/* carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px 0px 0px;
}
/* Control buttons  */
#quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
	left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
	right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
}
#quote-carousel img {
	width: 250px;
	height: 100px;
}
/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote img {
	margin-bottom: 10px;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.contact ul {
	padding: 0px;
}
.contact ul li {
	margin-bottom: 10px;
	list-style: none;
}
footer ul li {
	list-style: none;
}
#map-canvas {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
/* ------- */

.isotopeWrapper article {
	margin-bottom: 30px;
}
#portfolio {
}
#portfolio img {
	width: 100%;
}
#portfolio article p {
	margin-bottom: 1.45em;
	/*set next row on the baseline*/;
}
nav#filter {
	margin-bottom: 1.5em;
}
nav#filter li {
	display: inline-block;
	margin: 10px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	border: 1px solid #3d84e6;
	text-decoration: none;
	color: #3d84e6;
    border-left: 0px;
border-right: 0px;
}
nav#filter a.current {
	background: #3d84e6;
	color: #fff;
}
.iconColor .fa {
	color: #ee0c45;
}
.portfolio-items article img {
	width: 100%;
}
.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.portfolio-item .portfolio-desc {
	display: block;
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.64);
}
.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
	transition: all 200ms ease-in-out 0s;
	opacity: 1;
	background: rgba(61, 61, 61, 0.67);
}
.portfolio-item .portfolio-desc a {
	color: #fff;
	text-align: center;
	display: block;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top: -20px;
	padding: 30px;
	height: 0;
	opacity: 0;
	position: relative;
}
.portfolio-item:hover .folio-info {
	height: 100%;
	opacity: 1;
	transition: all 500ms ease-in-out 0s;
	top: 5px;
}
.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}
.newsBox {
	margin-bottom: 12px;
}
.newsBox img {
	width: 100% !important;
}
/*Da Slider*/
.da-slider {
	width: auto;
	height: auto;
	max-height: initial;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
.da-slide h2 {
	text-align: left;
	top: 15%;
	font-weight: bold;
}
.da-slide p {
	text-align: left;
	top: 40%;
	font-size: 30px;
}
.da-arrows span {
	position: absolute;
	top: 45%;
}
.da-dots span.da-dots-current:after {
	content: '';
	background: #3d84e6;
}
.team-member {
	padding-top: 5px;
	margin-bottom: 15px;
}
.team-heading {
	display: block;
	width: 100%;
}
.member-img {
	overflow: hidden;
}
.member-img img {
	border-radius: 0px; 
}
.team-socials {
	margin: 15px 0;
	display: block;
	text-align: center;
}
.team-socials i {
	width: 35px;
	height: 35px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	color: #C7C7C7;
}
.team-socials i:hover {
	color: #3d84e6;
}
.team-member h4 {
	font-size: 19px;
	line-height: 32px;
	padding: 10px 0 0;
	text-align: center;
	margin: 0px;
}
.team-member .pos {
	display: block;
	margin: 0;
	text-align: center;
}
#head.secondary { 
	padding-top: 0px;
	background:#3d84e6;
	/*background: #3d84e6;*/
	background-size: cover;
	text-align: center; 
    padding:10px 0;
	height: 140px; 
}
#head.secondary h1{ 
    COLOR: #fff;
    text-align: center;
}
/*Price table*/
.flat {
	margin: 30px 0;
}
.flat .plan {
	border-radius: 0px;
	list-style: none;
	padding: 0 0 20px;
	margin: 0 0 15px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29) !important;
}
.flat .plan li {
	padding: 10px 15px;
	color: #ccc;
	border-top: 1px solid #f5f5f5;
	-webkit-transition: 300ms;
	transition: 300ms;
}
.flat .plan li.plan-price {
	border-top: 0;
}
.flat .plan li.plan-name {
	border-radius: 0;
	padding: 15px;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	background: #4E4E4E;
	margin-bottom: 30px;
	border-top: 0;
}
.flat .plan li > strong {
	color: #6B6B6B;
	font-weight: normal;
}
.flat .plan li.plan-action {
	margin-top: 10px;
	border-top: 0;
}
.flat .plan.featured {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.flat .plan.featured:hover li.plan-name, .flat .plan:hover li.plan-name, .flat .plan.featured.plan-name {
	background: #3d84e6 !important;
}
.btn {
	background: #3d84e6;
	color: #fff;
}
.footer2 a {
	padding: 4px 8px;
}

/**
  MEDIA QUERIES
*/
@media (max-width: 767px) {
#head.secondary {
	height: 80px;
	min-height: 80px;
	background-size: initial;
}
#camera_wrap_4, #head{
height:480px !important;
}
#head .lead {
	font-size: 34px;
}
span.questionText {
    font-size: 14px !important;
}
select#Cerified {
    width: 100% !important;
}
.step-2 ul.choicelist.clearfix li input.inTextbox {
    width: 100% !important;
}
.form-section {
    padding: 20px 20px !important;
}
button[type="submit"] {
    margin-top: 20px !important;
}
.pageTitleDesc .pageDesc {
    font-family: Arial, sans-serif;
    font-size: 14px !important;
}
.step-1 li.choiceItem[answer_field_id="44195000000018295"] {
    margin-left: 0px !important;
}
.step-1 li#question-id1 .sQuestion {
    width: 100% !important;
}
.step-1 li#question-id2 .sQuestion {
    width: 100% !important;
} 
.step-1 li.choiceItem {
    width: 100% !important;
}
.verticalOneCol li.choiceItem {
    margin-bottom: 0px;
}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#quote-carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
	margin-top: 30px;
}
}

@media (max-width: 767px) {
.navbar-collapse ul {
	text-align: right;
	margin-right: 0px;
}
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
/* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #head.secondary { 
height: 157px !important;
}
#camera_wrap_4, #head{
height:480px !important;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
	font-size: 13px;
}
    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
text-align: right;
}
#quote-carousel .carousel-indicators {
	bottom: -20px !important;
}
#quote-carousel .carousel-indicators li {
	display: inline-block;
	margin: 0px 5px;
	width: 15px;
	height: 15px;
}
#quote-carousel .carousel-indicators li.active {
	margin: 0px 5px;
	width: 20px;
	height: 20px;
}
.footer2 p {
	margin: 0;
	text-align: center;
}
}

@media (max-width: 420px) { 
#camera_wrap_4, #head{
height:380px !important;
}
.da-slide h2 {
	font-size: 28px;
}
.da-slide p {
	font-size: 19px;
	font-weight: 400;
}
}
.camera_caption h2 {
border-bottom: 4px solid #1fcdff;
font-family: 'Open Sans', sans-serif;
font-size: 100px;
font-weight: 700;
letter-spacing: -2px;
}
.camera_fakehover:before {
content: '';
width: 100%;
height: initial;
background: rgba(8, 111, 148, 0.5);
z-index: 99999;
position: absolute;
height: inherit;
width: 100%;
left: 0px;
}
.grey-box-icon {
 border-radius: 50%;
background: #f6f6f6;
padding: 15px 20px 20px 20px;
text-align: center;
margin-top: 113px;
position: relative;
}
.grey-box-icon-pos{
    margin-top: -88px;
    margin-bottom: 31px;
}
.grey-box-icon:hover .fontawesome-icon.circle-white {
background-color: #f6f6f6;
color: #697277;
-moz-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.footer_post li {
float: left;
margin: 2px;
list-style: none;
}

.video-list-thumbs{}
.video-list-thumbs > li{
    margin-bottom:12px
}
.video-list-thumbs > li:last-child{}
.video-list-thumbs > li > a{
	display:block;
	position:relative;
	background-color: #212121;
	color: #fff;
	padding: 8px;
	border-radius:3px
}
.video-list-thumbs > li > a:hover{
	background-color:#000;
	transition:all 500ms ease;
	box-shadow:0 2px 4px rgba(0,0,0,.3);
	text-decoration:none
}
.video-list-thumbs h2{
	bottom: 0;
	font-size: 14px;
	height: 33px;
	margin: 8px 0 0;
}
.video-list-thumbs .play-button{
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 43%;
    top: 34%;
    background: url(../images/playbutton.png) no-repeat;
    width: 36px;
    height: 36px;
}
.video-list-thumbs > li > a:hover .play-button{
	color:#fff;
	opacity:1; 
	transition:all 500ms ease;
}
.video-list-thumbs .duration{
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	left: 12px;
	line-height: 13px;
	padding: 2px 3px 1px;
	position: absolute;
	top: 12px;
}
.video-list-thumbs > li > a:hover .duration{
	background-color:#000;
	transition:all 500ms ease;
}
@media (min-width:320px) and (max-width: 480px) { 
	.video-list-thumbs .glyphicon-play-circle{
    font-size: 35px;
    right: 36%;
    top: 27%;
	}
	.video-list-thumbs h2{
		bottom: 0;
		font-size: 12px;
		height: 22px;
		margin: 8px 0 0;
	}
}


/* new css apply for jitu */

.features_banner {
    background-image: url(/images/willowbanner-2a.png);
    background-color: transparent;
    min-height: 500px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
}
.features_box button.list-group-item p {
    margin-bottom: 0px;
    padding: 20px 10px;
    font-weight:bold;
}
.features_box button.list-group-item {
    width: 31%;
    float: left;
    margin: 10px;
    background: #151823;
    color: #fff;
    border: 1px solid #151823;
    border-radius: 10px;
}
.features_box button.list-group-item:hover {
    background: #fff;
    color: #151823;
        cursor: context-menu;
}
nav.navbar.navbar-dark.bg-primary.features_nav_dark {
    float: left;
    width: 96.5%;
    margin-left: 10px !important;
    margin-right: 0px !important;
    justify-content: center;
    display: flex;
        background: #151823;
            border-radius: 10px;
}
.features_banner h1 {
    padding-top: 130px;
    font-size: 50px;
    font-weight: 700;
}
.features_banner h4 {
    font-size: 18px;
    font-weight: 400;
}
body {
    background: #fff !important;
}
nav.navbar.navbar-dark.bg-primary.features_nav_dark h1 {
    margin-bottom: 20px;
}
footer#footer .footerwidget h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

footer#footer .footerwidget ul.menu li a {
    color: #fff;
}
footer#footer .footerwidget p {
    color: #fff;
}
footer#footer .footerwidget .contact-info {
    color: #fff;
}
.footer2 .panel .panel-body p.simplenav {
    text-align: left;
}
.footer2 .panel {
    padding-left: 10px;
}
.footer2 .panel .panel-body p.simplenav a {
    color: #fff;
}
.footer2 .panel .panel-body p.text-right a {
    color: #fff;
}
.vedios_banner {
background-image: url(/images/youtube-world-earth-3428467.jpg);
    background-color: #e2edff;
    min-height: 400px;
    background-position: 100% 80%;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: left;
    object-fit: cover;
}
.vedios_banner h1 {
    padding-top: 150px;
    font-size: 50px;
    font-weight: 700;
}
h3.vedio_heading {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
}
p.vedio_dec {
    color: #7C7C7C;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 25px;
}
.latest_videos {
    padding-left: 0px;
        margin-bottom: 50px;
}
.latest_videos h2 {
    color: #333332 !important;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
}
.latest_videos .box_inner {
    color: #7C7C7C;
    font-size: 15px;
    font-weight: 350 !important;
    line-height: 25px;
}
.buy_banner {
    background-image: url(/images/ecommerce-selling-online-online-sales-2140603-removebg-preview.png);
    background-color: darkslategray;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: left;
}
.buy_banner h1 {
    padding-top: 120px;
    font-size: 50px;
    font-weight: 700;
}
.buy_maincontents img {
    height: auto;
    margin: auto;
}
.bu_cont_box_2 h2 {
    padding-top: 0px !important;
    margin-top: 30px;
    margin-bottom: 10px;
}
.buy_maincontent h1 {
    color: #000000 !important;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
}
.buy_maincontent_table table.table tr th {
    font-size: 16px;
    text-align: center !important;
    padding: 10px !important;
    background: #000;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
}
.buy_maincontent_table table.table tr td {
    text-align: center;
    font-size: 14px !important;
    color: #000 !important;
    padding: 10px !important;
}
.buy_maincontent h2 {
    color: #000000 !important;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    text-align: left !important;
}
.buy_maincontent p {
    color: #7C7C7C;
    font-family: "Poppins", Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}
.buy_maincontents h2 {
    color: #000000 !important;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    text-align: left !important;
        padding-top: 0px !important;
            margin-bottom: 10px;
}
.buy_maincontents p {
    color: #7C7C7C;
    font-family: "Poppins", Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}
.buy_maincontent {
    width: 49%;
    float: left;
    padding: 0;
}
.buy_maincontents {
    width: 49%;
    float: right;
    padding: 0;
}
.buy_maincontent_table .table>thead>tr>th {
    border-right: 1px solid #fff !important;
    border-bottom: none;
}
.buy_maincontent_table .table>thead>tr {
    border: 1px solid #000 !important;
    border-bottom: none;
}
.buy_maincontent_table .table>tbody>tr>td {
    border: 1px solid #000;
}
.buy_maincontent_table th {
    color: #000000 !important;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    text-align: left !important;
    padding-top: 20px !important;
}
.buy_maincontent_table td {
    color: #7C7C7C !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 16px !important;
    text-align: justify;
}
.btn_tect {
    background: #000;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
}
.contact_banner {
    background-image: url(/images/communication-contact-us-business-1714483.jpg);
    background-color: #fff;
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: left;
}
.contact_form h3.section-title {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}
.contact_form p {
    color: #7C7C7C !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.contact_form .contact-info p a:hover {
    color: #77CCC4;
    text-decoration: none;
}
.contact_form .contact-info p a {
    color: #7C7C7C;
    text-decoration: none;
}
.contact_form .form-group label {
    display: none;
}
.contact_form .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    border: 1px solid #ccc;
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
.contact_form .form-group {
    margin-bottom: 30px;
}
.contact_form button.btn.btn-two:hover {
    background: #7cccc4;
}
.contact_form button.btn.btn-two {
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    background: #000;
    min-height: 44px;
    border-radius: 5px;
    margin-top: 0px !important;
}
.contact_form form.form-light.mt-20 {
    padding-top: 25px;
}
.row.contact_form {
    padding-bottom: 60px !important;
}
.download_banner {
    background-image: url(/images/download-button-symbol-1536631.jpg);
    background-color: transparent;
    min-height: 350px;
    background-position: 100% 73%;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: left;
}
.download_cont h3 {
    color: #000000 !important;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}
.download_cont p {
    color: #7C7C7C;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.7em;
}
p.call:hover, .text_dounload a:hover {
    background: #7cccc4;
}
p.call {
    background: #000;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
    width: fit-content;
    margin: auto;
    margin-left: 0px;
    margin-bottom: 30px;
}
p.call_doun {
    color: #7C7C7C !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.7em;
}
.row.table_data table {
    border: none;
}
.row.table_data table tbody.text_dounload td {
    border: none;
}
.text_dounload a {
    background: #000;
    padding: 15px 20px;
    border-radius: 5px;
    color: #FFF;
    width: fit-content;
    font-size: 18px;
}
p.call a {
    color: #fff;
}
button.btn.btn-primary.btn-lg:hover {
    background: #7cccc4;
}
button.btn.btn-primary.btn-lg {
    background: #000;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
    width: fit-content;
    margin: auto;
    margin-left: 0px;
    margin-bottom: 30px;
    margin-top: 25px;
}
.doun_dfsgg h4 {
    color: #7C7C7C;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.row.doun_dfsggfdsf h4 {
    color: #7C7C7C;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.doun_dfsggfdsf h2 {
    color: #000000 !important;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    font-style: normal !important;
}
.pricing_table {
    background: #7c297d;
    padding: 20px 0;
    text-align: center;
    border-radius: 30px 30px 0px 0px;
}
.pricing_table h3.plan-name {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.pricing_table h4.plan-name_dec {
    font-family: "Roboto Slab",roboto;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.pricingtable .section-heading h2 {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    line-height: 1.2em;
    padding: 16px 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.pricingtable .pricingbox {
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}
.pricingtable .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 4px;
    padding: 7px;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: 'Lato', sans-serif;
}
.pricingtable .price .priceheader {
    color: #fff;
    font-size: 25px;
    text-align: center;
    color: #999;
    border-bottom: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: 'Lato', sans-serif;
}
.pricingtable  .priceheader {
    border-top: 5px solid transparent;
}
.pricingtable .priceheader p {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}

.pricingtable .OfferPrice {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #e8e3e3;
    font-family: 'Lato', sans-serif;
}
.pricingtable .priceheader h3 {
    margin: 0 0 40px 0;
    font-size: 38px;
    color: #FFF;
    position: relative;
    padding: 0 0 7px 0;
    font-family: 'Lato', sans-serif;
}

.pricingtable .priceheader h3:after {
    width: 100px;
    height: 2px;
    content: "";
    display: inline-block;
    background: #fff;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
}
.pricingtable .price li {
    border-top: 1px solid #eee;
    padding: 11px 27px;
    margin: 0 6px;
    text-align: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}
.pricingtable .getstart {
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-family: 'Lato', sans-serif;
}
.pricingtable .getstart a {
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    background: #000;
}
.pricingtable .getstart a:hover {
    background: #7cccc4;
}
.pricingtable .price li a:hover {
    color: #7cccc4;
}
.pricingtable .price li a {
    color: #000;
}
ul.scroll_bar {
    padding: 0;
    height: 400px;
    overflow: auto;
}

.scroll_bar::-webkit-scrollbar {
  width: 2px;
}


.scroll_bar::-webkit-scrollbar-track {
  background: #f1f1f1;
}


.scroll_bar::-webkit-scrollbar-thumb {
  background: #7CCCC4;
}


.scroll_bar::-webkit-scrollbar-thumb:hover {
  background: #7CCCC4;
}
.box_saw ul.plan li {
text-align: left;
    padding-left: 60px;
    font-size: 18px;
    font-weight: 500 !important;
    color: #000 !important;
        border: none !important;
        padding-bottom: 3px;
    padding-top: 2px;
}
.box_saw ul.plan li:before {
    content: "";
    background: url(/images/check-mark.png);
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    display: block;
    position: absolute;
    left: 30px;
}
.box_saw ul.plan li strong {
    color: #000 !important;
    font-weight: 600;
}
.box_saw ul.plan {
    padding-top: 10px;
    border-radius: 0px 0px 30px 30px;
    border: 1px solid #7c297d;
    min-height: 900px;
}
.box_saw ul.plan li:after {
    content: "";
    display: block;
    margin: 10px 5%;
    border-bottom: 3px solid hsl(168deg 71% 36%);
    position: relative;
    left: -12px !important;
}
.boc_ds .thumbnail a img {
    height: 250px;
    object-fit: contain;
}
.boc_ds .caption.maxheight2 .box p {
    color: #7C7C7C;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 25px;
    text-transform: uppercase;
}
.boc_ds h2 span {
    color: #333332 !important;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
}
.boc_ds h2 {
    position: relative;
}
.boc_ds h2 span:before {
    content: "";
    border-bottom: 4px solid #000;
    display: block;
    position: absolute;
    width: 8%;
    margin: auto;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -20px;
}
.boc_ds .row {
    margin-top: 50px;
}
.boc_ds .row {
    margin-top: 50px;
}
.start_show {
    background: #7CCCC4;
    padding: 50px;
    -webkit-animation: call 5s infinite;
    animation: call 5s infinite;
    box-shadow: 0 0 30px rgb(0 0 0) inset;
}
.soft_wewrew h1 {
    color: #333332 !important;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    margin-top: 60px;
}
.soft_wewrew h4 {
    color: #7C7C7C !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.7em;
    text-transform: capitalize;
}
.soft_wewrew .newsBox.box_home {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    padding: 30px 15px 18px 18px !important;
    min-height: 370px;
}
.soft_wewrew .newsBox.box_home h2 {
    color: #333332 !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
}
.soft_wewrew .newsBox.box_home h3 {
    color: #333332 !important;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
}
.soft_wewrew .newsBox.box_home p {
    font-size: 13px;
    color: #7C7C7C !important;
    font-weight: 400 !important;
    line-height: 25px;
}
.soft_wewrew .newsBox.box_home:hover {
    background: #151823 !important;
}
.soft_wewrew .newsBox.box_home:hover h2 {
    color: #fff !important;
}
.soft_wewrew .newsBox.box_home:hover h3 {
    color: #fff !important;
}
.soft_wewrew .newsBox.box_home:hover p {
    color: #fff !important;
}
.soft_wewrew .newsBox.box_home:hover span.glyphicon {
    color: #fff !important;
}
.soft_wewrew .newsBox.box_home:hover svg.bi.bi-cart-x-fill {
    fill: #fff !important;
}
.soft_wewrew .newsBox.box_home .glyphicon {
    font-size: 50px;
}
@keyframes call{
25% {
    background: #740204;
}
50% {
    background: #018656;
}
75% {
    background: #D18F00;
}
100% {
    background: #BB3A00;
}
}

.header-baneer {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 90px !important;
}
.aajitu img {
    width: 100%;
    max-width: 100%;
    height: auto;
        margin-bottom: 50px;
}
.header-baneer h1 {
    font-weight: bold;
    font-size: 45px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.header-baneer p {
    font-size: 18px;
    line-height: 1.7em;
}
.header-baneer p b {
    font-size: 20px;
        font-weight: 700;
}
.header-baneer p b a {
color: #070808;
}
.header-baneer p b a:hover {
color: #7CCCC4;
}
.header-baneer button.btn.btn-default.btn-lg {
    background: #000;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    border: none;
}
.header-baneer button.btn.btn-default.btn-lg a{
	color: #fff;
}
.header-baneer button.btn.btn-default.btn-lg:hover {
    background-color: #7CCCC4;
}
.login_banner {
    background-image: url(/images/login-computer-laptop-3187888.jpg);
    background-color: #01919a;
    min-height: 320px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: left;
}
.register_banner {
    background-image: url(/images/register.png);
    background-color: #086611;
    min-height: 320px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: left;
}
.login_page h1.h4.text-gray-900.mb-4 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}
.login_page button.btn.btn-primary.btn-user.btn-block {
    margin: 10px;
    background: #151823;
    color: #fff;
    border: 1px solid #151823;
    border-radius: 10px;
    padding: 20px 20px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}
.login_page button.btn.btn-primary.btn-user.btn-block:hover {
    background: #fff !important;
    color: #151823 !important;
}
.login_page h1.h4.text-gray-900.mb-4 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 80px;
}
.login_page h1.h4.text-gray-900.mb-4:before {
    content: "";
    border-bottom: 4px solid #000;
    display: block;
    position: absolute;
    width: 8%;
    margin: auto;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 50px;
}
.login_page .p-5 .text-center {
    position: relative;
}
.login_data a.small {
    color: #151823;
    font-size: 16px;
    font-weight: 600;
}
.login_data a.small:hover {
    color: #7CCCC4;
}
.forget_banner {
    background-image: url(/images/pass.jpg);
    background-size: cover;
    background-position: 100% 14%;
}
.forgot_password {
    max-width: 100% !important;
    background: #151823;
    color: #fff;
    border: 1px solid #151823;
    border-radius: 10px;
    padding: 20px 20px;
    font-size: 20px;
    font-weight: 600;
    margin: 30px auto auto;
    width: fit-content !important;
}
.forgot_password:focus {
    outline: none !important;
}
.forgot_password:hover {
    background: #7cccc4 !important;
    color: #fff !important;
    border-color: #7cccc4 !important;
}
form.user .form-group .form-control {
    width: 100%;
    font-size: 14px;
    margin: auto;
    line-height: 34px;
    border: 1px solid #151823;
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #151823;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
form.user .form-group .form-control:focus {
    border: 1px solid #7CCCC4;
}
input::-webkit-input-placeholder {
    color: #151823 !important;
    font-size: 15px;
}
.login_page {
    padding: 50px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    margin-bottom: 80px !important;
    width: 80%;
    margin: auto;
}
.register_page {
    padding: 50px 80px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    margin-bottom: 80px !important;
    width: 80%;
    margin: auto;
}

.register_page button.btn.btn-primary.btn-user.btn-block {
    margin: 10px;
    background: #151823;
    color: #fff;
    border: 1px solid #151823;
    border-radius: 10px;
    padding: 20px 20px;
    font-size: 20px;
    font-weight: 600;
    margin: 30px auto 10px;
    width: 200px;
}
.register_page button.btn.btn-primary.btn-user.btn-block:hover {
	    background: #fff !important;
    color: #151823 !important;
}
.register_data a.small {
    color: #151823;
    font-size: 16px;
    font-weight: 600;
}
.register_data a.small:hover {
    color: #7CCCC4;
}
.register_body {
    padding: 0px !important;
}
.register_body .text-center h1 strong {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}
.register_body .text-center h3 strong {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
}
.register_body .text-center h3 {
margin-top: 0px !important;
padding-bottom: 60px;
}
.register_body .text-center h3:before{
    content: "";
    border-bottom: 4px solid #000;
    display: block;
    position: absolute;
    width: 16%;
    margin: auto;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 30px;
}
.register_body .text-center h3{
	position: relative;
}
/* input.form-control.form-control-user[placeholder="Re-Enter Password"] {
    margin-top: 15px;
} */
select.form-select.form-control.form-control-user[name="States"] {
    height: 56px;
    font-size: 15px;
    color: #151823;
}
select.form-select.form-control.form-control-user[name="refrence"] {
    height: 56px;
    font-size: 15px;
    color: #151823;
}
textarea.form-control::-webkit-input-placeholder {
    color: #151823 !important;
    font-size: 15px;
}
label.radio {
    color: #151823 !important;
    font-size: 15px;
}
.login_data h1.h1.text-gray-900.mb-1 {
    color: #000000 !important;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 80px;
}
.login_data h1.h1.text-gray-900.mb-1 {
position: relative;
}
.login_data h1.h1.text-gray-900.mb-1:before {
    content: "";
    border-bottom: 4px solid #000;
    display: block;
    position: absolute;
    width: 15%;
    margin: auto;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 50px;
}
.login_data button.btn.btn-primary.btn-user.btn-block {
    margin: 10px;
    background: #151823;
    color: #fff;
    border: 1px solid #151823;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    margin: 30px auto auto;
}
.login_data button.btn.btn-primary.btn-user.btn-block:hover {
    background: #fff;
    color: #151823;
}
.employe_body {
    padding: 20px 40px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    margin-bottom: 80px !important;
    border: none !important;
}
.form-group.btn_employe {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.header {
    top: 68px;
   background:  #151823 !important;
}
@media (min-width: 768px){
	.header .mainNav.ulnav {
    float: right !important;
    padding-top:6px;
        padding-left: 0px;
}
.header .container {
    padding-right: 0px !important;
}
/*.header .mainNav.ulnav li:last-child a {
    padding-right: 0px !important;
}*/
.header .mainNav.ulnav li:last-child a {
    background: #7CCCC4;
    -webkit-animation: call 5s infinite;
    animation: call 5s infinite;
    box-shadow: 0 0 10px rgb(0 0 0) inset;
    border-radius: 60px;

}
.header .mainNav.ulnav li:last-child a:hover {
    color: #fff !IMPORTANT;
    BACKGROUND: #7CCCC4 !IMPORTANT;
}
@keyframes call{
25% {
    background: #740204;
}
50% {
    background: #018656;
}
75% {
    background: #D18F00;
}
100% {
    background: #BB3A00;
}
}
.header .navbar-header a.navbar-brand.navvv {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: cursive;
}
.header .mainNav.ulnav li a:hover {
    color: #7CCCC4 !important;
    background: transparent !important;
}
.header .mainNav.ulnav li a {
font-size: 16px !important
}
.top-header {
    background: #7CCCC4 !important;
}
.top-header button.btn {
    margin-top: 10px;
    background: #151823 !important;
    color: #fff;
    border: 1px solid #151823 !important;
}
.top-header input.btn.btn-default {
    margin-top: 10px;
    background: #151823 !important;
    color: #fff;
    border: 1px solid #151823 !important;
}
.top-header .btn-group.open ul.dropdown-menu {
    top: -10px;
    right: 120px;
}
.top-header button.btn:focus {
    border: none !important !important;
}
.container-fluide {
    padding-top: 100px;
}
.features_banner {
    margin-top: 140px !important;
}
.download_banner{
    margin-top: 120px !important;
}
.vedios_banner {
    margin-top: 120px !important;
}
.buy_banner{
    margin-top: 140px !important;
}
.contact_banner {
    margin-top: 120px !important;
}
.login_banner{
    margin-top: 130px !important;
}

.register_banner {
    margin-top: 130px !important;
}
.become_banner{
	margin-top: 130px !important;
}
} 


.become_banner {
    background-image: url(/images/bcbg.png);
    background-color: transparent;
    min-height: 450px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
}

.become_banner h1 {
    padding-top: 170px;
    font-size: 50px;
    font-weight: 700;
    color: #000;
}
.become_pat_colome-2 img {
    width: 100% !important;
    height: auto;
    max-width: 100% !important;
}
.become_pat_colome-1 h1 {
    font-weight: bold;
    font-size: 35px;
    padding-bottom: 10px;
    text-transform: capitalize;
    line-height: 35px;
    margin-top: 0px;
}
.become_pat_colome-1 p {
    color: #7C7C7C !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.7em;
    text-transform: capitalize;
    text-align: justify;
}
.section-1 {
    padding-top: 80px !important;
}
.section-2 {
    padding-top: 80px !important;
}
.section-3 {
    padding-top: 80px !important;
}
.section-4 {
    padding-top: 80px !important;
}
.section-5 {
    padding: 80px 0px !important;
}
.header .mainNav.ulnav li a:focus {
    background: transparent !important;
    border: none !important;
}




@media (max-width: 767px) {
	.buy_maincontent {
	    width: 100%;
	    padding-left: 0px;
    	padding-right: 0px;
	}
	.buy_maincontents {
	    width: 100%;
	    padding-left: 0px;
    	padding-right: 0px;
	}
	.buy_banner {
	    min-height: 200px;
	}
	.buy_banner h1 {
	    padding-top: 70px;
	    font-size: 35px;
	}
	.top-header {
	    display: none;
	}
	.header {
	    top: 0px;
	}
	.ulnav {
	     padding-left: 0px !important;
	}
	button.btn.btn-primary.btn-lg {
	    width: 40%;
		font-size: 14px;
	}
	.buy_maincontent h1 {
	    margin-top: -20px !important;
	    font-size: 18px;
	}
	.buy_maincontent p {
	    font-size: 14px !important;
	}
	.buy_maincontents h2 {
	    font-size: 18px;
	    margin-top: 5px;
	}
	.buy_maincontents p {
	    font-size: 14px !important;
	}
	.buy_maincontent_table th {
	    font-size: 15px !important;
	}
	.buy_maincontent_table td {
	    font-size: 13px !important;
	}
	.buy_maincontent_table {
	    padding-left: 8px;
	    padding-right: 8px;
	}
	.contact_banner {
	    min-height: 150px;
	    background-position: center bottom;
	    background-size: contain;
	}
	.contact_form h3.section-title {
	    font-size: 16px;
	    margin-bottom: 5px;
	}
	.contact_form p {
	    font-size: 13px;
	}
	.contact_form .form-control {
	    font-size: 14px;
	}
	.contact_form .form-group {
	    margin-bottom: 15px;
	}
	input::-webkit-input-placeholder {
	    font-size: 13px !important;
	}
	textarea::-webkit-input-placeholder {
	    font-size: 13px !important;
	}
	.contact_form button.btn.btn-two {
	    font-size: 15px;
	}
	body .row.contact_form {
	    padding-bottom: 30px !important;
	}
	iframe#gmap_canvas {
	    height: 200px;
	}
	.vedios_banner {
	    min-height: 200px;
	}
	.vedios_banner h1 {
	    padding-top: 60px;
	    font-size: 35px;
	}
	h3.vedio_heading {
	    font-size: 18px;
	    margin-top: -40px;
	    line-height: 26px;
	}
	.latest_videos h2 {
	    font-size: 18px;
	    margin-top: 0px;
	    line-height: 26px;
	}
	.latest_videos .box_inner {
	    font-size: 13px;
	}
	.latest_videos {
	    margin-bottom: 0px;
	}
	.download_banner {
	    min-height: 200px;
	    background-position: 40%;
	    background-size: cover;
	}
	.download_cont h3 {
	    font-size: 19px;
	    line-height: 26px;
	    margin-top: 0px;
	}
	.download_cont p {
	    font-size: 14px !important;
	}
	p.call {
	    padding: 7px 20px;
	    width: 80%;
	    margin-bottom: 15px;
	}
	.text_dounload a {
	    font-size: 14px;
	}
	.pricing .col-xs-6 {
	    width: 100%;
		padding-left: 0px;
	    padding-right: 0px;
	}
	.pricing_table h3.plan-name {
	    font-size: 18px;
	}
	.pricing_table h4.plan-name_dec {
	    font-size: 14px;
	}
	.box_saw ul.plan li {
	    font-size: 13px;
	    padding-left: 40px;
	    padding-top: 10px;
	}
	.box_saw ul.plan li:before {
	    width: 20px;
	    height: 20px;
	    background-size: 18px;
	    left: 10px;
	}
	.box_saw ul.plan li:after {
	    border-bottom: 1.5px solid hsl(168deg 71% 36%);
	}
	.box_saw ul.plan {
	    min-height: 100%;
	}
	.doun_dfsgg {
	    padding-left: 12px;
	    padding-right: 12px;
	}
	.doun_dfsgg h4 {
	    font-size: 14px;
	}
	.doun_dfsggfdsf h2 {
	    font-size: 18px;
	    padding-left: 12px;
	    padding-right: 12px;
	    margin: 10px 0px;
	}
	.row.doun_dfsggfdsf h4 {
	    line-height: 18px;
	    font-size: 14px;
	}
	.features_banner {
	    min-height: 200px;
	}
	.features_banner h1 {
	    padding-top: 30px;
	    font-size: 35px;
	}
	.features_banner h4 {
	    font-size: 16px;
	    line-height: 1.4em;
	}
	.features_box button.list-group-item {
	    width: 100%;
	    margin-left: 0px;
	}
	.features_box button.list-group-item p {
	    padding: 10px 10px;
	}
	.features_nav_dark h1 {
	    margin: 0px !important;
	    padding: 10px 10px;
	}
	.features_nav_dark h1 marquee {
	    font-size: 20px;
	}
	body nav.navbar.navbar-dark.bg-primary.features_nav_dark {
	    margin-top: 10px !important;
	    margin-bottom: 40px !important;
	    margin-left: 0px !important;
	    width: 100%;
	}
	footer {
	    padding-top: 30px;
	}
	footer#footer .social.text-center {
	    margin: 0px;
	}
	.header-baneer h1 {
	    font-size: 30px;
	    padding-bottom: 0px;
	}
	.header-baneer p {
	    font-size: 16px;
	}
	.header-baneer p b {
	    font-size: 16px;
	}
	.header-baneer button.btn.btn-default.btn-lg {
	    padding: 10px 20px;
	    font-size: 14px;
	}
	body .header-baneer {
	    padding-top: 40px !important;
	}
	.aajitu img {
	    margin-bottom: 25px;
	    margin-top: -25px !important;
	}
	.start_show h1 {
	    font-size: 30px;
	}
	.start_show {
	    padding: 30px 20px;
	}
	.soft_wewrew h1 {
	    font-size: 25px;
	    line-height: 30px;
	    margin-top: 40px;
	}
	.soft_wewrew h4 {
	    font-size: 14px;
	}
	.soft_wewrew .container {
	    padding-top: 20px !important;
	    padding-left: 10px;
	    padding-right: 0px;
	}
	.soft_wewrew .newsBox.box_home h3 {
	    font-size: 15px;
	    line-height: 23px;
	    margin-top: 10px !important;
	}
	.soft_wewrew .newsBox.box_home .glyphicon {
	    font-size: 40px;
	}
	.soft_wewrew .newsBox.box_home h2 {
	    margin-bottom: 10px !important;
	        margin-top: 15px;
	}
	.boc_ds h2 span {
	    font-size: 25px;
	}
	.boc_ds h2 span:before {
	    border-bottom: 2px solid #000;
	    width: 20%;
	}
	.boc_ds h2 {
	    margin-top: 0px;
	}
	.boc_ds .thumbnail a img {
	    height: auto;
	}
	.boc_ds .caption.maxheight2 .box p {
	    font-size: 13px;
	}
	.become_banner {
	    min-height: 200px;
	    background-position: 80% 100%;
	}
	.become_banner h1 {
	    padding-top: 40px;
	    font-size: 35px;
	}
	body .section-1 {
	    padding-top: 40px !important;
	}
	body .section-2 {
	    padding-top: 40px !important;
	}
	body .section-3 {
	    padding-top: 20px !important;
	}
	body .section-4 {
	    padding-top: 40px !important;
	}
	body .section-5 {
	    padding-top: 20px !important;
	    padding-bottom: 40px !important
	}
	.become_pat_colome-1 h1 {
	    font-size: 25px;
	    line-height: 26px;
	}
	.become_pat_colome-1 p {
	    font-size: 14px;
	    line-height: 1.5em;
	}
	.section-1 .become_pat_colome-1 p {
	    padding-bottom: 20px;
	}
	.section-3 .become_pat_colome-1 p {
	    padding-bottom: 20px;
	}
	.section-5 .become_pat_colome-1 p {
	    padding-bottom: 20px;
	}
	.section-4 .become_pat_colome-2 img {
	    padding-bottom: 30px;
	}
	.section-2 .become_pat_colome-2 img {
	    padding-bottom: 30px;
	}
	.navbar-inverse .navbar-brand {
	    color: #fff;
	    font-size: 25px;
	    font-weight: 600;
	    font-family: cursive;
	}
	body .soft_patner .row.section-1 {
	    padding-top: 30px !important;
    	padding-bottom: 30px;
	}
	body .soft_patner .row.section-1 .become_pat_colome-1 h1 {
	    font-size: 25px !important;
	    line-height: 30px !important;
	}
	body .soft_patner .row.section-1 .become_pat_colome-1 h4 {
	    font-size: 14px;
	}
	.who-partner .div-block-231 h1.who-partner-title {
	    font-size: 16px !important;
	        margin-top: 5px;
	}
	.who-partner .div-block-230 img {
	    width: 35px !important;
	}
	.who-partner .div-block-232 {
	    width: 70px !important;
	    height: 70px !important;
	}
	.become_panar .col-lg-4.col-md-4.col-sm-4 {
    margin-bottom: 20px;
	}
	.become_panar {
	    padding-bottom: 40px !important;
	}
	.div-block-236 {
    	padding: 30px !important;
    }
    .bold-text-20 {
	    font-size: 20px !important;
	    line-height: 26px !important;
	}
	.partner-step-desc {
	    font-size: 14px !important;
	    line-height: 1.7em !important;
	}
	.partner-step {
	    width: 100% !important;
	}
	.image-64 {
	    height: 30px !important;
	}
	.llistitem {
	    font-size: 16px !important;
	}
	.image-69 {
	    width: 12px !important;
	    height: 12px !important;
	}
	a.button.w-button {
	    font-size: 14px !important;
	}
	.imagesdsg img {
	    padding-bottom: 20px;
	}
}


.card.o-hidden.border-0.shadow-lg.my-5 {
    margin-top: 0px;
}
form.user[action="test_login.php"] button.btn.btn-primary.btn-user.btn-block {
    margin: 10px;
    background: #151823;
    color: #fff;
    border: 1px solid #151823;
    border-radius: 10px;
    padding: 20px 20px;
    font-size: 20px;
    font-weight: 600;
    margin: 30px auto auto;
}
.login_page .card.o-hidden.border-0.shadow-lg.my-5 {
    margin-top: 0px;
}
.card.o-hidden.border-0.shadow-lg.my-5 form.user[action="#"] button.btn.btn-primary.btn-user.btn-block {
    margin: 10px;
    background: #151823;
    color: #fff;
    border: 1px solid #151823;
    border-radius: 10px;
    padding: 20px 20px;
    font-size: 20px;
    font-weight: 600;
    margin: 30px auto auto;
}
.card.o-hidden.border-0.shadow-lg.my-5 form.user[action="#"] button.btn.btn-primary.btn-user.btn-block:hover {
    background: #fff;
    color: #151823 !important;
}
.card.o-hidden.border-0.shadow-lg.my-5 form.user[action="#"] button.btn.btn-primary.btn-user.btn-block:hover a{
    color: #151823 !important;
}
form.user[action="test_login.php"] button.btn.btn-primary.btn-user.btn-block:hover {
    background: #fff;
    color: #151823 !important;
}
form.user[action="test_login.php"] button.btn.btn-primary.btn-user.btn-block:hover a {
    color: #151823 !important;
}

h1.h4.text-gray-900.mb-4 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 80px;
}
table.table.table-bordered {
    margin-top: 119px;
}
.soft_patner .row.section-1 {
    padding-top: 0px !important;
    padding-bottom: 60px;
}
.soft_patner .row.section-1 .become_pat_colome-1 h1 {
    color: #333332 !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
}
.soft_patner .row.section-1 .become_pat_colome-1 h4 {
    color: #7C7C7C !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.7em;
    text-transform: capitalize;
}
.who-partner .div-block-230 img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 45px;
    height: auto;
}
.who-partner .div-block-232 {
    position: absolute;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    margin-top: -80px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #7cccc4;
    box-shadow: 7px 7px 11px -6px rgb(0 0 0 / 15%);
    color: #23286b;
}
.who-partner .div-block-230 {
    position: relative;
    display: block;
    padding: 50px 20px 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 7px 1px rgb(0 0 0 / 3%);
    text-align: center;
}
.who-partner {
    margin-top: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 21px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.who-partner .div-block-231 h1.who-partner-title {
    font-family: 'Oswald', sans-serif;
    color: #221f20;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -.04em;
}
.become_panar .div-block-294 .div-block-295.partner-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    background-color: transparent;
}
.become_panar .div-block-294 .div-block-295.partner-box img.image-80 {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.become_panar .div-block-294 .div-block-295.partner-box .text-block-75 {
    margin-right: 10px;
    font-family: Lato,sans-serif;
    color: #221f20;
    font-weight: 700;
}
.become_panar .row.section-1 {
    padding-bottom: 30px;
}
.become_panar {
    padding-bottom: 80px;
}

.partner-step {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}
.div-block-236 {
    padding: 60px;
    border-radius: 20px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffcbcb),to(#fdf8f8));
    background-image: linear-gradient( 
180deg,#7cccc4,#fdf8f8);
    text-align: center;
}
.div-block-237 {
    display: inline-block;
    padding: 2px 20px;
    border-radius: 20px;
    background-color: #ffabaa;
    font-family: Lato,sans-serif;
    color: #de090b;
    font-weight: 700;
}
.div-block-237 {
    display: inline-block;
    padding: 2px 20px;
    border-radius: 20px;
    background-color: #7cccc4;
    font-family: Lato,sans-serif;
    color: #fff;
    font-weight: 700;
}
.partner-step-title {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
}
.partner-step-desc {
    font-family: Lato,sans-serif;
    color: #414141;
    font-size: 20px;
    line-height: 30px;
}
.div-block-238 {
    margin-top: 10px;
    margin-bottom: 16px;
    opacity: .64;
    text-align: center;
}
.image-64 {
    width: 20px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}
.bold-text-20 {
    font-family: Lato,sans-serif;
    color: #221f20;
    font-size: 32px;
    line-height: 40px;
}
.div-block-239 {
    text-align: center;
}
a.button.w-button {
    border-radius: 6px;
    background-color: #7cccc4;
    font-size: 18px;
    display: inline-block;
    padding: 9px 15px;
    color: #fff;
    border: 0;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
}
.div-block-269 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-69 {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.llistitem {
    font-family: Lato,sans-serif;
    color: #232323;
    font-size: 18px;
    font-weight: 500;
}
.botto-section {
    padding-bottom: 60px;
}

.soft_patner_form div#form_page {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    margin: 70px 0 120px;
}
.imagesdsg img {
    max-width: 70% !important;
}
h2.header-logo {
    padding-top: 1em;
    color: #7cccc4;
    font-size: 30px;
    font-family: cursive;
    font-weight: 600;
}
header.form-header .header-title {
    color: #333333;
    font-weight: 500;
    font-size: 20px;
        margin-bottom: 1em;
}
.form-section {
    padding: 40px 60px;
}
.pageTitleDesc {
    border-bottom-color: #000000;
    color: #000000;
}
.pageTitleDesc {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 3px solid #000000;
    padding: 0 0 25px;
    text-align: center;
    color: #323428;
}
.pageTitleDesc .pageDesc {
    font-family: Arial, sans-serif;
    font-size: 17px;
}
.soft_patner_form {
    background: #EAEAEA !important;
        padding-top: 180px;
}
footer.form-footer.posRel {
    background-color: rgba(255,255,255,1);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E2E2E2;
    font-family: Arial, sans-serif;
        position: relative;
    padding: 20px 30px;
    height: auto;
}


.footer_datails {
    text-align: left;
}
.footer_datails h6 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    font-family: cursive;
}
ul.choicelist.clearfix {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #DCDCDC;
    padding-bottom: 10px;
}
li.choiceItem {
    display: inline-block;
    position: relative;
    margin: 0 0 20px;
    width: 47%;
    max-width: 320px;
    float: left;
}

input.inTextbox {
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 15px;
    border-width: 1px;
    border-color: #AAAAAA;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-color: #FFFFFF;
    color: #333333;
    min-height: 40px;
}

span.questionText {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
}
li.choiceItem[answer_field_id="44195000000018295"] {
    margin-left: 40px;
}
span.mandatory {
    position: absolute;
    top: -5px;
    left: -12px;
    font-size: 20px;
    color: #ea5d5f;
}
ul.form_dgs {
    padding-left: 0px;
}

li#question-id1 {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #DCDCDC;
    padding-top: 30px;
    padding-bottom: 30px;
}
li#question-id1 .sQuestion {
    width: 31.5%;
}
.qSavedElements {
    position: relative;
}
li#question-id2 .sQuestion {
    width: 31.5%;
}
li#question-id2 {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #DCDCDC;
    padding-top: 20px;
    padding-bottom: 30px;
}
dt, kbd kbd, label {
    font-weight: 700;
}

.verticalOneCol li.choiceItem {
    text-align: left;
    width: 100% !important;
    max-width: 100%;
}
ul.form_dgs.dc {
    padding-top: 15px;
}

button.btnFormAction.next {
    background-color: rgba(0, 0, 0, 1);
    color: #FFFFFF;
    border-color: #000000;
    margin-bottom: 15px;
    border-radius: 0;
    padding: 15px 40px;
    min-width: 119px;
    max-width: 47%;
    line-height: 18px;
    letter-spacing: 0.3px;
    vertical-align: middle;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border-width: 0px;
    border-style: solid;
    margin-top: 15px;
}
.step-2 ul.choicelist.clearfix .surveyQuestion {
    margin-bottom: 10px;
}
.step-2 ul.choicelist.clearfix li input.inTextbox {
    width: 31%;
    display: block;
}
.step-2 ul.form_dgs.dc {
    padding-top: 15px;
    padding-bottom: 15px;
}
ul.choicelist.clearfix li input.inTextbox {
    border: 1px solid #ccc;
}
ul.choicelist.clearfix li input.inTextbox:focus {
    border: 1px solid #7cccc4;
    outline: none;
}
ul.form_dgs li input.inTextbox {
	    border: 1px solid #ccc;
}
ul.form_dgs li input.inTextbox:focus {
	    border: 1px solid #7cccc4;
    outline: none;
}
.qSavedElements {
    margin-bottom: 5px;
}
.surveyQuestion{
    margin-bottom: 5px;
}
span.choiceLabel {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
select#Cerified {
    border: 1px solid #ccc;
    min-height: 40px;
    padding: 5px 20px;
    width: 31.5%;
    display: block;
}
select#Cerified:focus {
    outline: none;
    border: 1px solid #7cccc4;
}
select#Cerified option {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ccc;
}
select#Cerified option:hover {
    background: #7cccc4;
    color: #000;
}
button[type="submit"] {
    background-color: rgba(0, 0, 0, 1);
    color: #FFFFFF;
    border-color: #000000;
    margin-bottom: 15px;
    border-radius: 0;
    padding: 15px 40px;
    min-width: 119px;
    max-width: 47%;
    line-height: 18px;
    letter-spacing: 0.3px;
    vertical-align: middle;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border-width: 0px;
    border-style: solid;
    margin-top: 40px;
}
.step-1 ul.form_dgs.dc ul#simplechoicelist {
    border: none;
}
.step-2 ul.choicelist.clearfix.form_dgs.dc.ddd {
    border: none;
}
.step-2 {
    display: none;
}


.verticalOneCol li.choiceItem {
    margin-bottom: 0px;
}
form#become_partner_form input {
    padding: 5px 10px;
}
footer#footer .footerwidget .contact-info a {
    color: #fff;
}
.vedio_screen_box .vedio_title h2 {
    color: #000 !important;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin: 0;
}
.vedio_screen_box .vedio_title {
    background: #7cccc4;
    padding: 15px;
    text-align: center;
}
.vedio_screen_box .vedio_box iframe {
    height: 220px;
    width: 100%;
    object-fit: cover;
    margin-bottom: -5px;
}
.vedio_screen_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    padding-bottom: 50px;
}
.newsBox.vedio_screen_box {
    margin: 0;
}
.latest_videos h2 {
    color: #000 !important;
    font-size: 22px;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
}
.amg-floating-contact-wrap {
    position: fixed;
    left: 0;
	bottom: 25px;
    z-index: 999;
    -webkit-transition: right 1s;
    -moz-transition: right 1s;
    -o-transition: right 1s;
    transition: right 1s;
}
.amg-floating-icon {
    width: 100px;
    float: left;
    padding: 10px;
}
.amg-floating-icon img {
    height: auto;
}
.review_widget_cmc {
    background-color: #fff !important;
    border-radius: 0 5px 5px 0 !important;
    top: 60% !important;
    color: #fff !important;
    font-family: Roboto, Arial, sans-serif !important;
    padding: 10px !important;
    position: fixed !important;
    left: 0 !important;
    visibility: visible;
    z-index: 2147483645 !important;
    line-height: 20px;
    box-shadow: 0 5px 11px rgb(0 0 0/18%), 0 4px 15px rgb(0 0 0/15%);
    margin-left: 0 !important;
    text-align: center !important;
    width: 70px;
}
.review_widget_cmc img {
    width: 110px;
    height: auto;
}


.testimonial_section {
    background: #FFF;
    padding: 80px 0px 100px;
}
.testimonial {
    background: #f4f7fa;
    padding: 20px;
    margin: 0 15px 10px 15px;
    position: relative;
    min-height: 250px;
}
.testimonial:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #7CCCC4;
    position: absolute;
    top: 4%;
    left: 2%;
    opacity: 0.5;
    z-index: -1;
}
.testimonial .title{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 15px;
}
.testimonial .description {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 20px;
}
.testimonial .pic{
    display: inline-block;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 15px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .content{
    display: inline-block;
    margin: 10px 0;
}
.testimonial .name{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
}
.testimonial .post{
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.testimonial .rating{
    padding: 0;
    margin: 0;
    list-style: none;
}
.testimonial .rating li{
    display: inline-block;
    color: #ffc207;
}
.testimonial_section .owl-theme .owl-controls{
    margin-top: 20px;
}
.testimonial_section .owl-theme .owl-controls .owl-page span{
    background: #7CCCC4;
}
.testimonial_section .owl-carousel {
    display: block; 
}
.testimonial_section .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #7CCCC4;
    color: #000;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .testimonial_section .owl-nav button.owl-prev {
    left: 0;
  }
  .testimonial_section .owl-nav button.owl-next {
    right: 0;
  }
  
  .testimonial_section .owl-dots {
    text-align: center;
    padding-top: 15px;
    display: none;
  }
  .testimonial_section .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #000;
    margin: 0 3px;
  }
 .testimonial_section .owl-dots button.owl-dot.active {
    background-color: #7CCCC4;
  }
  .testimonial_section.owl-dots button.owl-dot:focus {
    outline: none;
  }
  .testimonial_section .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  /* span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  } */
  .testimonial_section .owl-nav button:focus {
      outline: none;
  }
  .testimonial_section .owl-carousel .owl-item img {
    border-radius: 100%;
}

.testimonial_section .owl-nav button {
    background: #000 !important;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
}
.testimonial_section .owl-nav button span {
    font-size: 50px;
    color: #fff;
    opacity: 1;
    line-height: normal;
    position: relative;
    top: -10px;
}
.testimonial_section .owl-nav button.owl-prev {
    left: -50px;
}
.testimonial_section .owl-nav button.owl-next {
    right: -60px;
}
.testimonial_section .section-heading h2 {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    line-height: 1.2em;
    padding: 16px 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-top: 0;
}
@media screen and (max-width: 1199px) {
    .vedio_screen_box .vedio_title h2 {
        font-size: 14px;
    }
    .vedio_screen_box .vedio_box iframe {
        height: 180px;
    }
    .vedio_screen_grid {
        padding-bottom: 20px;
    }
    h3.vedio_heading {
        margin-top: 0;
    }
    .pricingtable .priceheader h3 {
        font-size: 30px;
    }
    .pricingtable .priceheader p {
        font-size: 30px;
    }
    .pricingtable .section-heading h2 {
        font-size: 30px;
    }
    .testimonial_section .owl-nav button {
        background: #000 !important;
        width: 35px;
        height: 35px;
        line-height: 35px !important;
    }
    .testimonial_section .owl-nav button.owl-prev {
        left: -10px;
    }
    .testimonial_section .owl-nav button.owl-next {
        right: -20px;
    }
    .testimonial_section .owl-nav button span {
        font-size: 38px;
    }
}
@media screen and (max-width: 991px) {
    .vedio_screen_grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
        row-gap: 15px;
    }
    .download_page {
        padding-top: 20px !important;
    }
    .down_bottom_left_right_space .row {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .pricingtable .section-heading h2 {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    section.pricingtable.section-padding {
        margin-top: 25px !important;
    }
    .pricingtable .row {
        margin: 0;
    }
    .down_bottom_left_right_space .row {
        margin: 0;
        padding: 0px 15px;
    }
    .buy_maincontent {
        width: 100%;
        float: none;
    }
    .buy_maincontents {
        width: 100%;
        float: none;
    }
    .buy_banner h1 {
        padding-top: 65px;
    }
    .testimonial_section .section-heading h2 {
        font-size: 24px;
        padding: 0;
        margin-top: 0;
    }
    .testimonial_section {
        padding: 65px 0px 65px;
    }
    
}
@media screen and (max-width: 580px) {
    .vedio_screen_grid {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 15px;
        row-gap: 15px;
    }
    .pricingtable .priceheader p {
        font-size: 25px;
    }
    .pricingtable .priceheader h3 {
        font-size: 25px;
    }
    .pricingtable .priceheader h3:after {
        width: 80px;
    }
    .login_page {
        padding: 20px !important;
    }
}

