.upgrade-main .cont_head, .solution-main .cont_head
	{
		background-color: #fff !important;
		box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
		padding: 0px;
	}

.banner-sec-add-business {
    background-image: url(../images/add-business-banner.png) !important;
    /*padding: 25px 0px;*/
    background-size: cover;
    background-color: #f6f6f6;
    /*height: 67%;*/
	/*height: 65vh;*/
    /* background-repeat: no-repeat; */
    background-position-x: 65%;

}

.banner-sec-add-business-new {
    background-image: url(../images/add-business-banner-new.png) !important;
    /*padding: 25px 0px;*/
    background-size: cover;
    background-color: #f6f6f6;
    /*height: 67%;*/
	/*height: 65vh;*/
    /* background-repeat: no-repeat; */
    background-position-x: 65%;

}

 /* Mysuite Video Section CSS */
 
 
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 22%;
  left: 20%;
  max-width: 840px;
  max-height: 470px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 9999;;
  overflow: visible;
  box-shadow: 7px 4px 10px 15px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
#demotodayVideo{
border-radius: 10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
overflow:hidden;
}
#boxclose {
  float: right;
    cursor: pointer;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 3px;
    background: #222222;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 5px 7px;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 9999;
    opacity: 0.9;
    border-radius: 50%;
}

/*.boxclose:before {
  content: "\f00d";
}*/

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}
body{
margin:0;
padding:0;
}
.full-body-first{
  background: #00afef;
  font-size: 24px;
  font-weight: bold;
  width:100%;
  height:350px;
  padding:80px 0px;
  box-sizing: border-box;
  position: relative;
}
.full-allarea.vid-sec-suite:after{
	background: inherit;
    bottom: 0px;
    content: '';
    display: block;
    height: 75%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-4deg);
    transform-origin: 100%;
    z-index: -1;
	
}
.full-body-first-vid{
	float:left;
	width:50%;
	padding-right:0px;
	box-sizing: border-box;
	color:#fff;
	padding-top: 90px;
}
.full-body-sec-vid{
float:left;
	width:50%;
	padding-top:50px;
}
.cover-img{
	z-index:9999;
}
.tag-for-vid{
	margin: 0;
    text-align: center;
    z-index: 8889;
    bottom: 90px;
    position: absolute;
    color: #fff;
    width: 100%;
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-cov-vid{
	position: relative;
    float: left;
}
a.get-demo-btn{
	font-size: 18px;
    text-align: center;
    font-weight: 400;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 10px 50px;
    background: #fff;
    color: #00afef;
	cursor: pointer;
}
a.get-demo-btn:hover{
	background:#00afef ;
	 color: #fff;
	 text-decoration:none;
}
.Head-vid-suite{
	font-weight: 600;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 40px;
	}
 /* END Mysuite Video Section CSS */


@media(min-width: 1280px){
    .comb-div {
        /*height: 100vh;
        overflow: hidden !important;*/
    }
}
.join-together-sec {
    background-color: #00afef;
    z-index: 999;
    position: relative;
    padding: 5px 0;
    border-bottom: none;
    /*height: 35vh;*/
}
.join-together-sec-btm {
    background-color: #91d8f7;
    z-index: 9;
    position: inherit;
    padding: 10px 0;
}
.join-together-sec-btm i.fa.fa-search {
    color: #00afef;
    margin-top: 13px;
}
.join-together-sec-btm h2, .join-together-sec-btm p, .join-together-sec-btm a {
    color: black !important;
}
.join-together-sec-btm a.clickFind {
    color: black !important;
    font-weight: 500;
    border: none;
}

.join-together-sec-btm a.clickFind:hover, .join-together-sec a.clickFind:hover{
	text-decoration: underline;
}

.footer .column {
    padding: 30px 0 0px;
}
ul#ui-id-1 {
    z-index: 99999 !important;
}
.section-sub-heading.border-red:after {
    background-color: #ff5252;
}
.section-sub-heading.border-green:after {
    background-color: #07ac3f;
}
.section-sub-heading:after {
    background-color: #f6f6f6;
    bottom: 10px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.section-sub-heading.border-purple:after {
    background-color: #f6f6f6;
    bottom: 10px;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 70px;
}
.section-sub-heading.border-orange:after {
    background-color: #ff7112;
}
.section-sub-heading.border-blue:after {
    background-color: #00afef;
}
.section-sub-heading.border-purple:after {
    background-color: #c515ff;
}
.font-medium {
    line-height: 24px;
	font-size: 16px;
    font-weight: 300;
}
.section-sub-heading {
    letter-spacing: .5px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 400;
    font-size: 25px;
    color: #696868;
	font-family: 'Roboto', sans-serif;
}
h2.main-ttl {
	font-family: 'Roboto Slab', serif;
    font-weight: 300;
    line-height: 48px;
    font-size: 38px;
    color: #444444;
}
p.font-medium {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
}
body.addbusiness-pg{
	font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px){
	.hidden-xs {
		display: block !important;
	}
	.font-medium {
		line-height: 24px;
	}
	.section-sub-heading {
		margin-bottom: 15px;
		padding-bottom: 20px;
	}
	h2.main-ttl {
	    font-size: 32px;
	    line-height: 42px;
	    margin: 0 0 25px;
	}
}

.phone-image-container img {
    margin: 0 auto;
    max-width: none;
    width: 70.8%;
    /*box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.55);
    border-radius: 41px;*/
}
.be-heard-sec .phone-image-container img {
	width: 100%;
}
.grain-ins-sec .phone-image-container img {
	width: 70.8%;
}

.phone-image-container {
    position: relative;
}
.phone-image-std {
    width: 410px;
    margin: 0 auto;
}
.be-seen-sec {
    background-color: white;
    padding: 60px 0;
    border-bottom: none;
}
.be-heard-sec{
	background-color: white;
    padding: 60px 0;
    border-bottom: none;
}
.grain-ins-sec{
	background-color: #f6f6f6;
    padding: 60px 0;
    border-bottom: none;
}
.get-conn-sec {
    background-color: #f6f6f6;
    padding: 60px 0;
    border-bottom: none;
}
.be-seen-sec .phone-image-container img{
	float: right;
}
.get-conn-sec .phone-image-container img, .grain-ins-sec .phone-image-container img{
	float: left;
}
.full-allarea {
    box-shadow: none;
}
.banner-sec-add-business .mid-dtext {
    padding: 25% 0 6%;
}
.mid-dtext {
    padding: 22% 0;
}
.banner-sec-add-business .mid-dtext {
	text-align: left;
}
h2.main-banner-ttl {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    color: #444444;
    margin-bottom: 40px;
}
h2.main-banner-ttl-bg {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 44px;
    color: white;
    text-align: center;
}
.bnr-img-mob{
	width: 100%;
    position: absolute;
    top: 140px !important;
    /*box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.32);
    border-radius: 41px;*/
}
a.clickFind {
    border: none !important;
}

.join-together-sec-btm .add-bus-new{
    padding-top: 25px;
}
.ul-user-signup-div a {
    color: black;
}

@media screen and (min-width: 320px) and (max-width: 374px){
	.join-together-sec {
		height: auto;
	}
	
	.be-heard-sec .phone-image-container img, .grain-ins-sec .phone-image-container img {
	width: 100%;
	}
	
	.banner-sec-add-business .mid-dtext {
   		padding: 7% 0 0%;
	}
	.join-together-sec .add-bus-new {
		padding-bottom: 15px;
	}
	.join-together-sec-btm .add-bus-new{
		padding-bottom: 15px;
	}
	/*.join-together-sec,.join-together-sec-btm { padding: 0px !important}*/
	
	.mobileBackCvr
	{
		
		margin: -32px;
		height: 215px;
		background-position: top;
   		background-size: contain;
   		background-repeat: no-repeat;
		background-image:url(../images/MAN-AddBizImageMergMobile-g.png);
		opacity: .5;
	}
	
	.bnr-img-mob {
		width: 40%;
		position: absolute;
		top: 7.7%  !important;
		margin: 0 auto;
		float: none;
		left: 28%;
		box-shadow: none;
	}
	
	 .join-together-sec .ser-right {
		float: right !important; 
        top: -50px !important;
        left: -32px !important;
    }
	.join-together-sec-btm .ser-right {
		float: right !important; 
		top: -60px !important;
        left: -32px !important;
	}
	
}
@media only screen and (min-width: 375px) and (max-width: 400px) {
   .join-together-sec {
		height: auto;
	}
      /*.join-together-sec-btm .ser-right {
        top: 73px !important;
        left: -30px !important;
    }*/
	.be-heard-sec .phone-image-container img, .grain-ins-sec .phone-image-container img {
	width: 100%;
	}
	.join-together-sec .add-bus-new {
		padding-bottom: 15px;
	}
	.join-together-sec-btm .add-bus-new{
		padding-bottom: 15px;
	}
	
	
	.mobileBackCvr
	{
		
		margin: -31px;
		height: 235px;
		background-position: top;
   		background-size: contain;
   		background-repeat: no-repeat;
		background-image:url(../images/MAN-AddBizImageMergMobile-g.png);
		opacity: .5;
	}
	
	.bnr-img-mob {
		width: 45%;
		position: absolute;
		top: 7% !important;
		margin: 0 auto;
		float: none;
		left: 28%;
		box-shadow: none;
	}
	
	 .join-together-sec .ser-right {
        top: -50px;
        left: -35px;
    }
	.join-together-sec-btm .ser-right {
		top: -60px;
        left: -35px;
	}
	
	.banner-sec-add-business .mid-dtext {
	    padding: 5% 0 0%;
	}
	/*.bnr-img-mob{
		width: 60%;
	    position: absolute;
	    top: 7.5% !important;
	    margin: 0 auto;
	    float: none;
	    left: 20%;
		box-shadow: none;
	}*/
	
	
    .phone-image-container img {
        border-radius: 32px;
    }
    .bnr-img-mob {
        border-radius: 32px;
    }
	
	 .join-together-sec .ser-right {
        top: 84px !important;
        left: -35px !important;
    }
	.join-together-sec-btm .ser-right {
		top: 74px !important;
        left: -35px !important;
	}
}


@media screen and (min-width: 401px) and (max-width: 490px){
	.join-together-sec {
		height: auto;
	}
	.be-heard-sec .phone-image-container img, .grain-ins-sec .phone-image-container img {
	width: 100%;
	}
	
	.banner-sec-add-business .mid-dtext {
    	padding: 10% 0 0%;
	}
	
	.join-together-sec .add-bus-new {
		padding-bottom: 15px;
	}
	.join-together-sec-btm .add-bus-new{
		padding-bottom: 15px;
	}
	
	.mobileBackCvr
	{
		
		margin: -31px;
		height: 260px;
		background-position: top;
   		background-size: contain;
   		background-repeat: no-repeat;
		background-image:url(../images/MAN-AddBizImageMergMobile-g.png);
		opacity: .5;
	}
	
	.bnr-img-mob {
		width: 50%;
		position: absolute;
		top: 6.7%  !important;
		margin: 0 auto;
		float: none;
		left: 26%;
		box-shadow: none;
	}
	
	 .join-together-sec .ser-right {
        top: 84px !important;
        left: -35px !important;
    }
	.join-together-sec-btm .ser-right {
		top: 74px !important;
        left: -35px !important;
	}
	.bnr-img-mob.vidsuite{
		display:none;
	}
}


@media only screen and (min-width: 320px) and (max-width: 350px){
    /*a.btn.btn-default.mob{
        margin-top: -30px !important;
    }*/

}

@media (max-width: 768px) and (min-width: 310px){
    .full-allarea {
        margin-bottom: -2px !important;
    }
}

@media only screen and (min-width: 492px) and (max-width: 768px) { 
	.join-together-sec {
		height: auto;
	}
	.join-together-sec .add-bus-new {
		padding-bottom: 15px;
	}
	.join-together-sec-btm .add-bus-new{
		padding-bottom: 15px;
	}
	
	.mobileBackCvr
	{
		
		margin: -20px;
		height: 645px;
		background-position: top;
   		background-size: contain;
   		background-repeat: no-repeat;
		background-image:url(../images/MAN-AddBizImageMergMobile-g.png);
		opacity: .5;
	}
	
	.bnr-img-mob {
		width: 60%;
		position: absolute;
		top: 6% !important;
		margin: 0 auto;
		float: none;
		left: 20%;
		box-shadow: none;
	}
	
	 .join-together-sec .ser-right {
        top: 84px !important;
        left: -35px !important;
    }
	.join-together-sec-btm .ser-right {
		top: 74px !important;
        left: -35px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 800px) { 
	.bnr-img-mob {
		width: 45%;
		position: absolute;
		/*top: 6% !important;*/
		margin: 0 auto;
		float: none;
		left: 50%;
		box-shadow: none;
	}
	.main-full-search
	{
		width: 697px;
	}
}

@media only screen and (min-width: 700px) and (max-width: 768px) { 
	.bnr-img-mob {
		width: 35%;
		position: absolute;
		/*top: 6% !important;*/
		margin: 0 auto;
		float: none;
		left: 30%;
		box-shadow: none;
	}
	.main-full-search
	{
		width: 697px;
	}
}

@media only screen and (min-width: 492px) and (max-width: 991px) {
	.banner-sec-add-business .mid-dtext {
	    padding: 5% 0 7%;
	}
	/*.bnr-img-mob{
		width: 50%;
	    position: absolute;
	    top: 5% !important;
	    margin: 0 auto;
	    float: none;
	    left: 20%;
        border-radius: 56px !important;
	}*/
    .phone-image-std {
        width: 100%;
        margin: 0 auto;
    }
    .phone-image-container img {
        width: 50%;
        margin: 0 auto !important;
        float: none !important;
        border-radius: 56px !important;
    }
	
		
	
	

}
@media only screen and (max-width: 768px){
    .col-xs-12 {
        width: 100%;
        clear: both;
    }
    .banner-sec-add-business {
		background: #fff;
		background-image: none !important;
        /*background-position-x: -62% !important;*/
        height: auto;
    }
	.btn-default.mob { padding: 6px;color: #333;}
    .join-together-sec .add-bus-new {
        padding-top: 0px !important;
		position: relative;
    	top: 0px;
    }
    .addbusiness-pg .full-allarea .container {
        padding: 0px 5% !important;
    }
    .mid-dtext {
        padding: 10% 0;
    }
	
	
	/**/
	.phone-image-std{
		width: auto;
	}
	.full-allarea {
	    padding: 30px;
	}
	.phone-image-container img {
	    float: none !important;
	}
	.join-together-sec-btm .add-bus-new{
	    padding-top: 0px;
		position: relative;
		top:0px;
	}
    .footer{
        margin-bottom: 0 !important;
    }
    .panel.panel-default {
        overflow: visible;
    }
    
	.ul-user-signup-div .btn-default.mob {
        color: black;
        margin-top: 10px;
    }
    h2.main-banner-ttl {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 30px;
    }
	h2.main-banner-ttl 
	{
		font-weight: 300;
	}
    p.font-medium {
        font-size: 16px;
        line-height: 24px;
    }
    h2.main-ttl {
        line-height: 30px;
        font-size: 20px;
        margin-top: 10px;
    }
    .section-sub-heading {
        margin-bottom: 6px;
    }
    h2.main-banner-ttl-bg {
        font-size: 24px;
        line-height: 34px; 
    }
    .panel-default>.panel-heading .panel-title>a {
        margin-top: -15px;
    }
    .panel .panel-heading {
        padding: 20px 5px !important;
    }
    a.btn.btn-default.mob.signMe {
        display: block !important;
    }
    a.btn.mob-login-btn {
        display: inline-block;
   		padding: 7px 4px 0px 0px;
    }
    a.btn.btn-default.desk.signMe {
        display: none !important;
    }
    .clickFind {
        padding: 18px 0px !important;
    }
    h4.section-sub-heading.hidden-xs {
        display: block !important;
    }
    .section-sub-heading {
        font-size: 18px;
    }
    .section-sub-heading.border-purple:after {
        height: 2px !important;
    }
	.full-body-first-vid{
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	.full-body-first{
		text-align: center;
		width: 100%;
		padding: 30px 0px;
	}
	.full-body-sec-vid{
		width: 100%;
		padding-top: 50px;
	}
	.cover-img{
		width:100%;
	}
	#light{
		width: 94%;
		left: 3%;
		top: 50%;
	}
	#demotodayVideo{
		width:100%;
	}
	.bnr-img-mob.vidsuite{
		display:none;
	}
	.tag-for-vid{
		bottom: 50px;
	}
	.Head-vid-suite {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
	}
}

.full-allarea {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 990px) {
	h2.main-banner-ttl {font-size: 24px;line-height: 30px;margin-top: 50px;}
	.bnr-img-mob
	{
    	width: 30%;
		position: absolute;
		/*top: 6% !important; */
		margin: 0 auto;
		float: none;
		left: 50%;
		box-shadow: none;
	}
	h2.main-banner-ttl-bg { font-size: 25px;line-height: 30px;}
	#light{
		width: 94%;
		left: 8%;
		top: 50%;
	}
	#demotodayVideo{
		width:100%;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1224px){
    .banner-sec-add-business {
        background-position-x: 88% !important;
    }
	#light{
		width: 94%;
		left: 16%;
		top: 50%;
	}
	#demotodayVideo{
		width:100%;
	}
}

.rightd {
    width: 58.333333333333336%;
    float: right;
}

.leftd {
    width: 41.66666666666667%;
}
.rightd, .leftd{
    padding-right: 15px;
    padding-left: 15px;
}
@media only screen and (max-width: 991px){
    .leftd {
        width: 100% !important;
    }
    .rightd {
        width: 100% !important;
    }
}

.be-heard-sec img {
    float: right;
}

.addbusiness-pg .full-allarea .container {
    padding: 0px 10%;
}
.comb-div .container {
    padding: 0px 9%;
}
.join-together-sec .add-bus-new {
    padding-top: 30px;
	padding-bottom: 20px !important;
}
@media only screen and (min-width: 1850px){
    .addbusiness-pg .full-allarea .container {
        padding: 0px 5% !important;
    }
    .comb-div .container {
        padding: 0px 4% !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1500px){
    .banner-sec-add-business .mid-dtext {
        padding: 20% 0 2%;
    }
    .bnr-img-mob {
        width: 100%;
        top: 250px !important;
    }
}
@media only screen and (min-width: 1501px) and (max-width: 1600px){
    .banner-sec-add-business .mid-dtext {
        padding: 26% 0 2%;
    }
    .bnr-img-mob {
        width: 100%;
        top: 200px !important;
    }
}
@media only screen and (min-width: 1601px) and (max-width: 2000px){
    .banner-sec-add-business .mid-dtext {
        padding: 30% 0;
    }
    .bnr-img-mob {
        width: 100%;
        top: 250px !important;
    }
}
@media only screen and (min-width: 2001px){
    .banner-sec-add-business .mid-dtext {
        padding: 34% 0 5%;
    }
    .bnr-img-mob {
        width: 100%;
        top: 250px !important;
    }
}
.main-full-search{
    height: auto;
}
/*@media only screen and (min-width: 1370px) and (max-width: 1400px){
    .banner-sec-add-business {
        height: 480px !important;
    }
}*/