

	@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:300,600,700');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding:0;
	margin:0;
}
body{
    background-color: #fff;
   font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #444;
    font-weight: 400;
    position: relative;
   
}
h1, h2, h3, h4, h5, h6{
   font-family: 'Oxygen', sans-serif;
    color: #282828;
}
h1{
	font-size: 45px;
    font-weight: 300;
    letter-spacing: -1px;
}
h2{
	font-size: 28px;
    margin: 0 0 10px;
    font-weight: 300;
   
}
h3{
	font-size: 18px;
    margin: 0 0 10px;
	font-weight: 300;
}
h4{
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 300;
}
h5,h6{
	font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a{
    letter-spacing: 1px;
}
p{
    font-size: 14px;
	margin-bottom: 15px;
}
button{
    border: none;
}
a, a:hover{
	text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
/* Helper Class */
.padding{
    padding: 40px 0;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-10{
    margin-bottom: 10px;
}
.no-padding{
    padding: 0;
}
.text-black{
	color: #282828;
}
.text-white{
	color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
	float: right;
}
.fl-left{
	float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
	display: table-cell;
	vertical-align: middle;
}

/* Transition Effect */


/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

/* Button Styles */
.btn_group{}
.btn_group .lg_btn{
    margin: 0 5px;
}
.lg_btn{
    font-size: 13px;
    line-height: 45px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 25px;
    text-transform: uppercase;
}
.lg_btn i{
    font-size: 20px;
    line-height: 45px;
    margin-right: 7px;
}
.lg_btn {
    display: inline-block;
    background-color: #ff7900;
    border: 1px solid #ff7900;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.lg_btn:hover, .lg_btn:focus, .lg_btn:active {
    background-color: transparent;
    color: #fff;
    
}

/* Section Heading */
.section_heading{}
.section_heading h2{
    margin: 0 0 5px;
	font-size:36px;
	color:#1d3d6b;
}
.section_heading p{
    margin: 0;
}

/* ==========================================================================
   Header Area
   ========================================================================== */
.header_area{
    background-color: rgba(255,255,255,0);
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 999;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.scrollActive.header_area {
    background-color: rgba(255,255,255,1);
    position: fixed;
    height: 60px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-box-shadow: 1px 0px 1px 0px #666;
    -webkit-box-shadow: 1px 0px 1px 0px #666;
    -ms-box-shadow: 1px 0px 1px 0px #666;
    box-shadow: 1px 0px 1px 0px #666;
}
.navbar-header{
    padding: 22px 0;
}
.scrollActive .navbar-header{
    padding: 18px 0;
}
.navbar-header .brand{}
.navbar-header .nav-btn{
    background-color: transparent;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #ddd;
    
}
.scrollActive .navbar-header .nav-btn .icon-bar{
    background-color: #777;
    
}
.scrollActive .navbar-header .nav-btn:hover .icon-bar,
.scrollActive .navbar-header .nav-btn:focus .icon-bar,
.navbar-header .nav-btn:hover .icon-bar,
.navbar-header .nav-btn:focus .icon-bar{
    background-color: #ff7900;
}

/* Nav Menu */
#navbar{
    z-index: 999;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
    color: #ddd;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
}
.scrollActive ul.nav > li > a{
    line-height: 60px;
    color: #777;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li.active > a{
    background: none;
    color: #ff7900;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero_section{
    background-image: url(https://www.fibre2fashion.com/apps/images/background-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}
#particles-js{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.hero_inner{
    display: block;
    text-align: center;
    color: #fff;
    z-index: 1;
    position: relative;
}
.hero_content{
    padding:40px 0px 20px;
}
.hero_content h1{
    margin: 0 0 10px;
	font-size:48px;
	font-weight: bold;
	letter-spacing: 1px;
}
.hero_content p{font-size:24px;line-height: 22px;margin-bottom: 0px;}
.hero_bottom{}
.hero_bottom img{
    width: 100%;
} 
   
/* ==========================================================================
   Promo Section
   ========================================================================== */
.promo_section{
    background-color: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
}
.promo_items{}
.promo_items li{
    display: block;
    text-align: center;
}
.promo_items li i {
    font-size: 25px;
    color: #ff7900;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
.promo_items li:hover i{
    border: 1px solid #ff7900;
    background-color: #ff7900;
    color: #fff;

}
.promo_items li h3{
    margin: 25px 0 10px;
}
.promo_items li p{
    margin: 0;
}
   
/* ==========================================================================
   Screenshot Section
   ========================================================================== */

.screenshot_section .container-fluid{
    padding: 0;
}
.screenshot_wrap{
    position: relative;
    margin-top:10px;
    margin-bottom:90px;
}

.slick-slide {
	width: 298px;
}
.slick-dots {
	position: absolute;
	z-index: 4;
	bottom: -50px;
}
.slick-dots li{
    margin: 0 3px;
    width: 15px;
    height: 15px;
}
.slick-dots li button:before {
	content: "";
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	width: 7px;
	height: 7px;
	left: auto;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;

}
.slick-dots li button:hover:before {
    background: transparent;
	box-shadow: 0 0 0 2px #fff;
}
.slick-dots li.slick-active button:before {
	background: transparent;
	box-shadow: 0 0 0 2px #fff;
}
.phone-frame {
	position: absolute;
	top: -78px;
	left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
	z-index: 2;
}
.phone-frame img {
	max-width: 350px;
	margin: 0 auto;
	display: block;
}
.carousel-item{
    opacity: 1;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
   
}



/* ==========================================================================
   Video Section
   ========================================================================== */
.video_section{
	background-image: url(file:///E|/Manish Chotalia Official Folder/HTML_DEMO/New folder/img/video-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.video_section:before{
	background-color: rgba(255,255,255,0.3);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.video_inner{}
.video_inner .video_icon{
    background-color: #fff;
    color: #444;
    font-size: 16px;
	width: 70px;
    height: 70px;
    line-height: 70px;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}
.video_inner .video_icon:hover{
    transform: translateY(-5px);
}

/* ==========================================================================
   Services Section
   ========================================================================== */
.services_section{
    position: relative;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}
.service_moc{
    background-image: url(file:///E|/Manish Chotalia Official Folder/HTML_DEMO/New folder/img/feature-moc.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center 185px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.service_items {
    padding: 64px 0;
    margin-right: -35px;
}
.service_items .service_item{
    text-align: right;
    padding-right: 20px;
    margin-bottom: 30px;
}
.service_items .service_item:last-child{
    margin: 0;
}
.service_items .service_item i{
    display: inline-block;
    font-size: 45px;
    color: #ff7900;
    transition: all 0.3s ease-in-out;
}
.service_items .service_item:hover i{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service_items .service_item h3{
    margin: 10px 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.service_items .service_item p{
    margin: 0;
}
.service_items.inverted .service_item{
    text-align: left;
    padding-right: 0;
    padding-left: 20px;
    margin-right: 0;
    margin-left: -35px;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing_section{
    background-color: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
}
.pricing_tables{}
.pricing_tables .col-xs-6{
    padding: 15px;
}
.pricing_tables .pricing_content{
    background-color: #ff7900;
    display: block;
    color: #fff;
}
.pricing_tables .pricing_content:hover{
    background-color: #fc8214;
}
.pricing_tables .pricing_content .pricing_head{
    display: block;
    padding: 25px 0;
}
.pricing_tables .pricing_content .pricing_head .title{
    font-size: 18px;
    color: #fff;
    margin: 0 0 5px;
}
.pricing_tables .pricing_content .pricing_head .price{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.pricing_tables .pricing_content .pricing_feature{}
.pricing_tables .pricing_content .pricing_feature li{}
.pricing_tables .pricing_content .pricing_footer{
    display: block;
    padding: 25px 0;
}
.pricing_tables .pricing_content .pricing_footer .lg_btn{
    border: 1px solid #fff;
    background-color: #fff;
    color: #282828;
}
.pricing_tables .pricing_content .pricing_footer .lg_btn:hover{
    background-color: transparent;
    color: #fff;
}
   
/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{}
.testimonial_items{}
.testimonial_item{
    text-align: center;
}
.testimonial_item figure{
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
}
.testimonial_item figure img{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.testimonial_item h4{
    font-size: 16px;
    margin: 20px 0;
}
.testimonial_item p{}

.testimonial_items .owl-controls .owl-dots{
    display: block;
    text-align: center;
}
.testimonial_items .owl-controls .owl-dots .owl-dot{
    background-color: #ff7900;
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: all 0.5s ease-in-out;
}
.testimonial_items .owl-controls .owl-dots .owl-dot.active{
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}
   
/* ==========================================================================
   Download Section
   ========================================================================== */
.download_section{
	background-image: url(https://www.fibre2fashion.com/apps/images/download-img.jpg);
	background-repeat: no-repeat;
margin-top:100px;
	background-position: center center;
	
	width:100%;float:left;
}
.dl_moc{
	position: relative;
}
.dl_moc img{
	position: absolute;
}
.dl_moc_1 {
    width: 70%;
    left: 0;
    top: -89px;
}
.dl_moc_2 {
    width: 59%;
    top: -32px;
    left: 105px;
    z-index: 1;
}
.dl_content{
	color: #fff;
	
}
.dl_content .btn_group a{
    margin: 0 10px 0 0;
}

/* ==========================================================================
   Subscribe Section
   ========================================================================== */
.subscribe_section{
    background-color: #f7f7f7;
}
.subscribe_wrap{
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.subscribe_form{
    display: block;
    text-align: center;
    width: 450px;
    margin: 0 auto;
}
.subscribe_form .form_input{
    border: 1px solid #ddd;
    display: block;
    background: transparent;
    color: #444;
    font-size: 14px;
    line-height: 50px;
    padding: 0 15px;
    float: left;
    width: 70%;
}
.subscribe_form .submit{
    background-color: #ff7900;
    border: 1px solid #ff7900;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    padding: 0 25px;
    font-weight: 600;
    float: left;
    width: 30%;
}
.subscribe_form .submit:hover{
    opacity: 0.8;
}
#subscribe-result{
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #f96332;
}
#subscribe-result.subs-result{
    display: block;
}
.subscription-success,
.subscription-error{
    color: #fff;
}
.social_link{
    text-align: center;
    margin: 40px 0 0;
}
.social_link li{
    display: inline-block;
    margin: 0 10px;
}
.social_link li a{
    display: inline-block;
    font-size: 14px;
    color: #777;
}
.social_link li a:hover{
    color: #282828;
}
   
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    display: block;
    border-top: 1px solid #eaeaea;
    color: #444;
    text-align: center;
    padding: 30px 0;
}
.footer_section p{
    margin: 0;
} 

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #282828;
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    opacity: 0.8;
}

.about-section{background-color:#f0f5f8;width:100%;padding-top:25px;clear: both;float:left;}
.imgres{padding-top:18px;}

.rightapp{margin-left:30px;padding-top:50px;}
h2.title{font-size:34px;color:#1d3d6b;padding-top:13px;}
.rightapp p{line-height:28px;margin-top:12px;}
.rightapp ul{margin:0px;padding:0px;list-style-type: none;width:45%;float:left;}
.rightapp li{list-style-type: none;background:url(https://www.fibre2fashion.com/apps/images/list-icon.png?var=1) no-repeat 0px 6px;padding-left:18px;margin-bottom: 12px;}
.playbtn span{padding:0px 50px;}
.playbtn{float:left;width: 100%;margin-top:18px;}
#screenshots{   background: linear-gradient(62deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;padding:25px 0px 0px 0px;float:left;width:100%;margin-bottom:10px;}
    #screenshots h2{color:#fff;font-weight:bold;}  
 
.nav-tabs{border:0px!important;}
ul.nav > li > a{width:100px;height:100px;text-indent: -99999px;}
ul.nav > li > a.first{background:url(https://www.fibre2fashion.com/apps/images/sprite-icon-final.png) no-repeat 0px -7px;}
ul.nav > li > a:hover.first, ul.nav > li > a:focus.first, ul.nav > li.active > a.first{background:url(https://www.fibre2fashion.com/apps/images/sprite-icon-final.png) no-repeat 0px -148px;}

ul.nav > li > a.second{background:url(https://www.fibre2fashion.com/apps/images/sprite-icon-final.png) no-repeat -112px -7px;}
ul.nav > li > a:hover.second, ul.nav > li > a:focus.second, ul.nav > li.active > a.second{background:url(https://www.fibre2fashion.com/apps/images/sprite-icon-final.png) no-repeat -112px -148px;}

ul.nav > li > a.third{background:url(https://www.fibre2fashion.com/apps/images/sprite-icon-final.png) no-repeat -220px -7px;}
ul.nav > li > a:hover.third, ul.nav > li > a:focus.third, ul.nav > li.active > a.third{background:url(https://www.fibre2fashion.com/apps/images/sprite-icon-final.png) no-repeat -220px -148px;}

ul.nav > li > a.fourth{background:url(https://www.fibre2fashion.com/apps/images/sprite-icon-final.png) no-repeat -330px -7px;}
ul.nav > li > a:hover.fourth, ul.nav > li > a:focus.fourth, ul.nav > li.active > a.fourth{background:url(https://www.fibre2fashion.com/apps/images/sprite-icon-final.png) no-repeat -330px -148px;}

ul.nav > li > a.five{background:url(https://www.fibre2fashion.com/apps/images/sprite-icon-final.png) no-repeat -440px -7px;}
ul.nav > li > a:hover.five, ul.nav > li > a:focus.five, ul.nav > li.active > a.five{background:url(https://www.fibre2fashion.com/apps/images/sprite-icon-final.png) no-repeat -440px -148px;}

ul.nav > li > a.six{background:url(https://www.fibre2fashion.com/apps/images/sprite-icon-final.png) no-repeat -109px -7px;}
ul.nav > li > a:hover.six, ul.nav > li > a:focus.six, ul.nav > li.active > a.six{background:url(https://www.fibre2fashion.com/apps/images/sprite-icon-final.png) no-repeat -109px -148px;}


.tab-content p{padding:38px 0px 10px 0px;color:#fff;font-size:16px;}
#screenshots .nav-tabs>li{display: inline-block!important;float: none!important;text-align: center;}
#screenshots .nav-tabs{text-align: center;
}

.first-section select{background-color:#fff;}

#MobileAppsMainBlock select {
  
  background-color: transparent;
float:left;
font-size:12px;	
  border: none;
  border-right: 1px solid #f6f5f5;
	color:#717171;padding:18px 23px;
	
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: url(https://www.fibre2fashion.com/apps/images/arrow-bg.png) no-repeat 95% 26px #ffffff;;
	width:28%;
    -webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-bottomleft:5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
    padding: 21px 20px 20px 23px !important;
    
	height: 65px;
	
}

.navbar-form .form-control{
border-radius: 0px;
	padding:24px 23px 23px 23px !important;
    color:#717171;
    height:65px;
border: 0px;
background-color: #fff;
   width:100%;
	font-size:12px;
	
}

.submitbtn{background-color:#00aeef;border-top-left-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;
padding:18px 35px 18px 35px;margin-left: -4px;border:0px;font-size:20px;color:#fff;text-transform: uppercase;margin-top: -1px;}
.navbar-form{padding:0px;width:100%;margin-top:18px;}
.navbar-form .form-group{width:43%;}
.copyright{ display: inline-block; margin-top:8px;width: 100%;margin-bottom:0px;}

/* Remove focus */
select:focus {
  outline: none}

.promotion-footer{clear:both;float:left;width:100%;}
.section{float:left;clear: both;background-color:#fff;padding-bottom:20px;}
.extraicon img{margin:10px 15px 0px 0px;}


@-webkit-keyframes gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  


@media (max-width:1168px){
	
	.hiddens{display:block!important;}
	h2.title{font-size:32px;padding-top:12px;}
	.rightapp p{line-height: 22px;margin-top:10px; }
	.app-icon img{width: 10%;}
	.rightapp li{margin-bottom: -2px;}
	select{width:30%;}
	.navbar-form .form-group{width:40%;}
	.dl_moc_1{top:-132px;}
	.dl_moc_2{top: -67px;left: 85px;}
	.section{padding-bottom: 25px;}
	#screenshots{margin-bottom: 0px;}
	.hero_content h1{font-size:45px;}
}

@media (max-width:1024px){
	.hiddens{display:block!important;}
	h2.title{font-size:32px;padding-top:12px;}
	.rightapp p{line-height: 22px;margin-top:10px; }
	.app-icon img{width: 10%;}
	.rightapp li{margin-bottom: -2px;}
	select{width:30%;}
	.navbar-form .form-group{width:40%;}
	.dl_moc_1{top:-132px;}
	.section{padding-bottom: 25px;}
	#screenshots{margin-bottom: 0px;}
	.hero_content h1{font-size:45px;}
	
}

@media (max-width:900px){
	.hiddens{display:none!important;}
	h2.title{font-size:32px;padding-top:12px;}
	.rightapp p{line-height: 22px;margin-top:10px; }
	.app-icon img{width: inherit;}
	.rightapp li{margin-bottom: -2px;}
	select{width:30%;}
	.navbar-form .form-group{width:40%;}
	.dl_moc_1{top:-132px;}
	.dl_moc_2{top: -67px;left: 153px;}
	.section{padding-bottom: 25px;}
	#screenshots{margin-bottom: 0px;}
	.hero_content h1{font-size:45px;}
	.about-section .col-sm-8.col-xs-12{width:100%;}
	.about-section{padding:25px 0px;}
    .copyright{margin-top: 15px;margin-bottom: 15px;}
}


@media (max-width:768px){
	select{width:26%!important;}
	.hiddens img{display: none;}
	.about-section .col-sm-8{width:100%;}
	.rightapp ul{width:50%;}
	.rightapp{padding-top:0px;}
	#screenshots{margin-bottom: 0px;}
	#download.padding {padding:40px 0px;}
	.navbar-form .form-group{width:48%;}
	.section{padding-bottom:0px;}
	.hero_content h1{margin:0 0 20px;font-size:45px;}
	.about-section{padding-bottom: 25px;}
	.spaceleft .text-white{font-size:23px!important;}
}
@media (max-width:767px){
	.tab-content p{padding-top:12px;}
	.hero_content{padding:50px 0px 50px;}
	.navbar-form .form-group{float:left;}
    #download.padding{  margin-top:0px;}
    #screenshots{padding-bottom:0px;padding-top:16px;}
    .copyright{margin:14px 0px!important;}
    .extraicon{text-align: center;}
    #screenshots .section_heading{margin-bottom:18px!important;}
    #screenshots h2{font-size:18px;}
    .top-header{height:auto!important;}
    .top-header img{float:none!important;}
	
}

@media (max-width:640px){
	.hero_content h1 {font-size:28px;}
	.hero_content p{font-size:16px;}
	.hero_content{padding: 40px 0px 40px;}
	select{width:31%!important;}
	.submitbtn{font-size:16px;padding:20px 22px 17px 13px;}
    .social-icons ul{text-align: center;}
}

@media (max-width:559px){
	ul.nav > li > a{width:94px;}
	select{width:36%!important;}
	.navbar-form .form-group{width:39%!important;}
	.mobcenter{text-align:center;padding-top:15px;}
	.mobile-text{display: none;}
	.rightapp ul {width: 100%;}
}
@media (max-width:480px){
		.mob-space{left:19%;top:0px;}
	select{width:100%!important;border-radius: 5px!important;}
	.navbar-form .form-group{width:100%!important;}
	.navbar-form .form-control{width:100%;border-radius: 5px!important;margin:10px 0px;}
	.submitbtn{width:100%!important;border-radius: 5px;}
	.download_section{background-position: 0px 0px!important;background-size:cover;	}
	.rightapp ul{width:100%;}
	.spaceleft{padding-left:0px!important;}
	.submitbtn{margin-left:0px!important;margin-right: 0px!important;}
	.rightapp{margin-left:0px;}
	.widthcustome{width:288px!important;}
	
}
@media (max-width:425px){
	.mob-space{left:15%;top:-5px;}
	.phone-frame img{max-width: 318px!important;}
	
	.slick-slide img{width:285px!important;}
	.screenshot_wrap{margin-bottom: 50px;}
	.playbtn{display: inline-block;text-align: center;
	}
	.playbtn img{clear: both;float:left;
	}
	.playbtn span{width:100%;clear: both;float:left;text-align: center;}
	.widthcustome{width:288px!important;}
	.social-icons ul li{margin:3% 6px!important;}

	ul.nav > li > a{width:65px;height:75px;text-indent: -99999px;}
ul.nav > li > a.first{background:url(https://www.fibre2fashion.com/apps/images/mobile-sprite.png) no-repeat 0px 0px;}
ul.nav > li > a:hover.first, ul.nav > li > a:focus.first, ul.nav > li.active > a.first{background:url(https://www.fibre2fashion.com/apps/images/mobile-sprite.png) no-repeat 0px -100px;}

ul.nav > li > a.second{background:url(https://www.fibre2fashion.com/apps/images/mobile-sprite.png) no-repeat -112px -7px;}
ul.nav > li > a:hover.second, ul.nav > li > a:focus.second, ul.nav > li.active > a.second{background:url(https://www.fibre2fashion.com/apps/images/mobile-sprite.png) no-repeat -112px -100px;}

ul.nav > li > a.third{background:url(https://www.fibre2fashion.com/apps/images/mobile-sprite.png) no-repeat -158px 0px;}
ul.nav > li > a:hover.third, ul.nav > li > a:focus.third, ul.nav > li.active > a.third{background:url(https://www.fibre2fashion.com/apps/images/mobile-sprite.png) no-repeat -158px -101px;}

ul.nav > li > a.fourth{background:url(https://www.fibre2fashion.com/apps/images/mobile-sprite.png) no-repeat -236px 0px;}
ul.nav > li > a:hover.fourth, ul.nav > li > a:focus.fourth, ul.nav > li.active > a.fourth{background:url(https://www.fibre2fashion.com/apps/images/mobile-sprite.png) no-repeat -236px -100px;}

ul.nav > li > a.five{background:url(https://www.fibre2fashion.com/apps/images/mobile-sprite.png) no-repeat -440px -7px;}
ul.nav > li > a:hover.five, ul.nav > li > a:focus.five, ul.nav > li.active > a.five{background:url(https://www.fibre2fashion.com/apps/images/mobile-sprite.png) no-repeat -440px -100px;}

ul.nav > li > a.six{background:url(https://www.fibre2fashion.com/apps/images/mobile-sprite.png) no-repeat -79px 0px;}
ul.nav > li > a:hover.six, ul.nav > li > a:focus.six, ul.nav > li.active > a.six{background:url(https://www.fibre2fashion.com/apps/images/mobile-sprite.png) no-repeat -79px -100px;}
}
@media (max-width:375px){
	.mob-space{left:11%;top:-5px;}
	.phone-frame img{max-width: 318px!important;}
	
	.slick-slide img{width:290px!important;}
	.screenshot_wrap{margin-bottom: 50px;}
	.playbtn{display: inline-block;text-align: center;
	}
	.playbtn img{clear: both;float:left;
	}
	.playbtn span{width:100%;clear: both;float:left;text-align: center;}
		.widthcustome{width:288px!important;}
	.hero_content h1{font-size: 21px!important;
    margin-bottom: 4px;}
	
}
@media (max-width:360px){
	.mob-space{left:10%;top:-5px;}
	.phone-frame img{max-width: 318px!important;}
	
	.slick-slide img{width:285px!important;}
	.screenshot_wrap{margin-bottom: 50px;}
	.playbtn{display: inline-block;text-align: center;
	}
	.playbtn img{clear: both;float:left;
	}
	.playbtn span{width:100%;clear: both;float:left;text-align: center;}
		.widthcustome{width:288px!important;}
	
}

@media (max-width:320px){
	.hero_content h1{font-size:24px;}
	.hero_content p{font-size:14px;}
	.mob-space{left:5%;}
}


#screenshots a{transition:none!important;}
.spaceleft{padding-left:20px;}
.spaceleft .text-white{font-size:18px!important;}


.social-icons ul li i {
    font-size: 15px;
    transition: 0.5s;
    color: #fff;
    background-color: #001f5b;
    padding: 5px 7px;
    margin-right: 3%;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    line-height: 20px;
}
.social-icons ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0% 7px;
}
.social-icons ul li i {
    padding: 5px 7px !important;
}
.appQRcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    text-align: center;
    line-height: 1.4;
    column-gap: 20px;
    justify-content: flex-start;
    background: #FFC107;
    padding: 20px 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 15px;
}

@media (max-width:1199px){
    .spaceleft {
        padding-left: 0px;
    }
    #MobileAppsMainBlock select, #MobileAppsMainBlock .form-control, .submitbtn{padding: 10px !important;height: 55px;}
    .navbar-form {margin-top: 0;}
    #MobileAppsMainBlock .tncblock .tnctext{    line-height: 1.4 !important;}
    .submitbtn{font-size: 17px;}
    .appQRcode{font-size: 13px;}
}
@media (max-width:991px){
.appQRcode {
    font-size: 13px;
    width: 30%;
    align-self: center;
    float: none;
    margin: 0 auto 20px auto;
    
}
#ChkTNC{margin-bottom: 0px !important;}
.download_section{margin-top: 50px; padding: 20px 0 !important;    background-position: center bottom;}
#MobileAppsMainBlock .tncblock .tnctext{line-height: 28px !important;}
section#download .container {
    display: flex;
    flex-direction: column;
}
section#download .container .col-md-2{order:1}
section#download .container .col-md-7{order:2}
}
@media (max-width:460px){
    .appQRcode{ width: 50%;}    

}