.mobile_show{
	display: none;
}

@media only screen and (max-width: 720px) {
	.mobile_hide{
		display: none;
	}
	.mobile_show{
		display: block;
	}
	.mobile_header{
		background-color: #ffffff;
	}
	.toggle_mob_nav{
		font-size:30px;
		cursor:pointer;
		 color: #000;
		float: right;
	    top: -42px;
	    position: absolute;
	    right: 0;
	}
	.sidenav-act {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 999999999;
	    top: 0;
	    left: 0;
	    background-color:  rgb(213, 139, 31);
	    overflow-x: hidden;
	    transition: 0.5s;
	    padding-top: 0px;

	}
	.sidenav-act .closebtn {
	    position: absolute;
	    top: -14px;
	    z-index: 999999;
	    right: 4%;
	    font-size: 45px !important;
	    padding: 0 !important;
	    color: #000;
	}
	.c-iconbox {
	    height: auto;
	    width: 100%;
	    margin: 0 auto;
    	width: 78%;
	}
	.mob_menu{
		padding: 0;
		margin-top: 2rem;
	}
	.mob_menu li a{
		font-size: 20px;
    	color: #000;
    	padding: 10px 20px;
	}
	.mobile_btn_sign_up_in{
		margin: 0px 2px
	}
	.mobile_btn_sign_up_in button{
		width: 48%;
	    margin: 10px 3px 0px 3px;
	    border-radius: 5px;
	    padding: 7px 10px;
	    background-color: #ff5757;
	    font-size: 18px;
	}
	.mobile_btn_sign_up_in button a{
		color: #fff;
	}
	.heading-beta {
	    font-size: 22px;
	}
	.video_section h2.margin-bottom{
		font-size: 50px !important;
	}
	.add_inc p {
	    font-size: 20px;
	}
	.eight .download_sec_heading{
		font-size: 43px;
	}
	.store_images{
		display: flex;
	}
	.store_images img{
		width: 50%;
	    margin: 0px 2px;
	}
	.section-footer-dark .margin-bottom {
	    margin-bottom: 4px;
	}
	.section-footer-dark .md-order-last{
		text-align: center;
	}
	#myCarouselabout .carousel-indicators {
	    bottom: 0px;
	}
	.icon_box_about img {
	    width: 100%;
	}
	.about_us h2 {
	    font-size: 5rem;
	}
	.carousel-control.right{
		background-image: none !important;
	}
	.carousel-control.left{
		background-image: none !important;
	}
	.c-iconbox p {
	    margin-top: -15px;
	}
	.c-iconbox p {
	    font-size: 8px;
	}
	.c-iconbox h4 {
	    font-size: 25px;
	}
	.sidenav-act .footer-nav-link.on-dark {
	    color: #fff;
	    font-size: 25px;
	}
	.plan_div {
	    position: inherit;
	    top: 0%;
	    height: 100%;
	}
	.plan_div .c-checklist_item {
	    padding: 4px 0px !important;
	}
	.mobile_pricing_btn{
		background-color: #5cb85c;
	    color: #fff;
	    text-align: center;
	    padding: 8px 0px;
	    border-radius: 10px;
	    font-size: 25px;
	    margin-bottom: 20px;
	}
	#myCarouselprice .carousel-indicators{
		bottom: -16px !important;
	}
	#myCarouselprice{
		margin-bottom: 50px;
	}
	.box_register{
	   width: 100%;
	   padding: 10px;
	}
	.new_box_inc_add img {
	    width: 95%;
	}
	.mobile_show .col-xs-6{
		padding: 0px;
	}
	.seventh .new_box_inc_add h3{
		font-size: 20px;
	}
	#myCarouselmis .carousel-indicators{
			bottom: -30px;
	}
	.bg_cnt_us{
		height:300px !important;
	}
	.contact_us .bottom_row {
	    margin: 1rem auto;
	}
	.plans .btn_subscribe_plan img{
	  width: 50%;
	}
	.plans .btn_subscribe_plan{
	  top: -3rem;
	}
	.plans img{
	  width: 100%;
	}
	.box_register .left p {
	    font-size: 20px;
	}
	.mng_blue_box p{
	    font-size: 18px;
	}
	.mobile_btn_sign_up_in .dropdown{
		width:100%;
	}
	.mobile_btn_sign_up_in .button-primary.button-primary-small.dropbtn{
		width: 100%;
	}
	.dropdown-content {
	    position: relative;
	    text-align: center;
	}
	.box_register .yellow{
		margin:10px 0px;
	}
	.box_register_pop .yellow{
		margin: 10px 0px;
	}
	.box_register_pop .modal-body {
		height:310px !important;
	}
	.logo-image {
	    width: 55%;
	}





}


