@media (min-width: 576px){
	.container {
	    max-width: 750px;
	}
}
@media (min-width: 768px){
	.container {
	    max-width: 920px;
	}
}
@media (min-width: 992px){
	.container {
	    max-width: 1170px;
	}
}
@media (min-width: 1200px){
	.container {
		max-width: 1400px;
	}
}
@media (max-width: 1400px){
	/* Animate Banner (Green Theme) */
		/*body.pars_rtl .top_banner .animate_banner .core #layer_1{*/
		/*    width: 560px;*/
		/*}*/
		body.pars_rtl .top_banner .animate_banner .core #layer_2{
		    bottom: 0px;
		    left: 70px;
		    width: 128px;
		}
		body.pars_rtl .top_banner .animate_banner .core #layer_3{
		    top: 76px;
		    left: calc(100% - 43px);
		    width: 200px;
		}
		body.pars_rtl .top_banner .animate_banner .core #layer_4{
		    bottom: 122px;
		    right: calc(100% - 60px);
		    width: 170px;
		}
		body.pars_rtl .top_banner .animate_banner .core #layer_5{
		    top: 83%;
		    left: calc(100% + 20px);
		    width: 232px;
		}
        body.pars_rtl .top_banner .animate_banner .core #layer_5 h1{
            font-size: 23px;
        }
		body.pars_rtl .top_banner .animate_banner .core #layer_6{
		    top: calc(4% - 10px);
		    right: 100%;
		    width: 240px;
		}
}
@media (max-width: 1200px){
	/* Animate Banner (Green Theme) */
		/*body.pars_rtl .top_banner .animate_banner .core #layer_1{*/
		/*    width: 480px;*/
		/*}*/
		body.pars_rtl .top_banner .animate_banner .core #layer_2{
		    bottom: 0px;
		    left: 50px;
		    width: 118px;
		}
		body.pars_rtl .top_banner .animate_banner .core #layer_3{
		    top: 66px;
		    left: calc(100% - 33px);
		    width: 180px;
		}
		body.pars_rtl .top_banner .animate_banner .core #layer_4{
		    bottom: 102px;
		    right: calc(100% - 40px);
		    width: 140px;
		}
		body.pars_rtl .top_banner .animate_banner .core #layer_5{
		    top: 40%;
		    left: calc(100% + 20px);
		    width: 212px;
		}
        body.pars_rtl .top_banner .animate_banner .core #layer_5 h1{
            font-size: 21px;
        }
		body.pars_rtl .top_banner .animate_banner .core #layer_6{
		    top: calc(50% - 10px);
		    right: 100%;
		    width: 240px;
		}
	.steps .item_holder .item_box .item .title{
		font-size: 16px;
	}
	.steps .item_holder .item_box .item .desc {
	    font-size: 14px;
	    line-height: 24px;
	}
	.faq .item_holder {
	    width: 100%;
	    max-width: 100%;
	    flex: 100%;
	}
	.sub_footer .namad{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.sub_footer .namad a {
	    max-width: 70px;
	}
	.sub_footer .txt_box{
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 992px){
    .top_banner .static_banner{
        display: block;
    }
    /*.top_banner .animate_banner{*/
    /*    display: none;*/
    /*}*/
	.steps .item_holder{
		background: none;
		padding: 0;
	}
	.steps .item_holder .item_box{
		margin: 10px 0;
	}
	.steps .item_holder .item_box .item{
	    width: 100%;
	    min-height: 150px;
    	padding: 20px 35px;
	}
	.steps .item_holder .item_box .item:before{
		display: none;
	}
	.steps .item_holder .item_box .item .title {
	    font-size: 17px;
	    margin-bottom: 15px;
	}
	.steps .item_holder .item_box .item .desc {
	    font-size: 15px;
	    line-height: 28px;
	}
	.use_card .img_box{
		display: none;
	}
	.use_card .text_holder {
	    display: block;
	    width: 100%;
	    padding: 0;
	    text-align: justify;
	}
	.documents .item .footer_box .txt{
		min-height: 125px;
	}
	.faq{
	}
	.faq .link_holder{
		margin: 20px auto 0;
	}
	footer{
		text-align: center;
	} 
	footer .menu{
		float: none;
		width: 100%;
   		margin-bottom: 20px;
	}
	footer .menu li {
	    margin-left: 20px;
	}
	footer .contact{
		border: none;
	}
	footer .social_networks{
		float: right;
	}
}
@media (max-width: 768px){
	.hamburger{
	    display: block;
	}
	.main_menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 15px;
		width: 176px;
		background: rgba(255, 255, 255, 0.14);
		border: solid 1px rgba(255, 255, 255, 0.27);
		text-align: -webkit-auto;
	}
    .main_menu li{
        display: block;
    }
    .main_menu li a{
        font-size: 12px;
        padding: 7px 14px;
    }
    .steps,
    .use_card,
    .stores,
    .documents,
    .faq{
    	position: relative;
    	/*padding: 55px 0;*/
    }
    .steps:before,
    .use_card:before,
    .stores:before,
    .documents:before,
    .faq:before{
    	content: "";
    	position: absolute;
    	top: 0px;
    	right: 20%;
    	left: 20%;
    	height: 1px;
    	background: rgba(255, 255, 255, 0.23);
    }
    .top_banner{
    	padding-bottom: 55px;
    }
    .documents .item .middle_box,
    .documents .item .footer_box .txt{
    	min-height: auto;
    }
	footer{
		padding: 20px 0;
	}
	footer .menu,
	footer .social_networks{
		text-align: center;
	}
	footer .menu{
		margin-bottom: 15px;
	}
}
@media (max-width: 578px){
	.top_banner .text_box .desc {
	    text-align: center;
	    font-size: 14px;
    }
}
@media (max-width: 480px){
	.p_main_title {
	    font-size: 26px;
	}
	.steps .item_holder .item_box .item .title {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.steps .item_holder .item_box .item .desc {
	    font-size: 13px;
	    line-height: 23px;
	}
	.faq .item_holder .item .answer_box{
		padding: 10px 29px 20px 20px;
	}
	footer .menu li {
	    margin: 3px 4px;
	}
	footer .menu li a{
		font-size: 12px;
	}
	footer .contact,
	footer .social_networks{
		float: none;
		width: 100%;
	}
}
@media (max-width: 380px){
	.sub_footer .namad a {
	    max-width: 63px;
	    margin: 0px 3px;
	}
}



.pc1{
    
    display:block !important;
    
}

.mobile1{
    
    display:none !important;
    
}


@media (max-width: 768px){


.pc1{
    
    display:none !important;
    
}

.mobile1{
    
    display:block !important;
    
}



}

