*{
	margin: 0;
	padding: 0;
	font-family: 'Inter Tight', sans-serif;
	letter-spacing: 1px;
}

::-webkit-scrollbar {
    width: 2px;
    /*height: 2em*/
}

ul li {
	list-style-type: none;
}

.row{
	width: 100%;
	margin: auto;
}

.sec_4_box, p{
	font-size: 1.2rem;
}

.bg-blue{
    background: #009FCB !important;
}

.sticky {
    position: sticky !important;
    top: 0;
    background: #009FCB !important;
    transition: 0.3s ease all;
}

.cta_2023{
    align-items: center;
    display: flex;
    justify-content: left;
}

.navbar{
  	width: 100% !important;
  	background: transparent;
	overflow: hidden !important;	
	position: fixed;
	top: 0px;
	z-index: 1;
    transition: 0.3s ease all;
}

.navbar-brand{
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: 3px;
}

.navbar-brand:hover{
    color: #fff;
    font-size: 2.1rem;
    transition: 0.3s ease all;
}

/*.navbar-toggler-icon{
	background-color: red !important;
	color: red !important;
}*/

/*.shop_btn_hover{
	color: #009FC8 !important;
	border: 1px solid #fff !important;
	background-color: #fff !important;
}*/

.wrapper{
	text-align: center;
	max-height: 100px;
}

.heading-3{
    font-size: 25px !important;
    margin-left: 40px;
    text-align: left !important;
}

.shop_btn, .shop_btn:hover{
	color: #fff;
	font-size: 1.2rem !important;
	background-color: transparent;
	margin-left: auto;
	padding: 5px 30px;
	font-weight: 600;
	letter-spacing: 3px;
	border: 1px solid #fff;
}

.shop_btn:hover{
    border: none;
	background-color: #009FC8;    
	transition: 0.3s ease all;
}

.container-fluid{
	margin-left: 50px;
	margin-right: 50px;
}



#banner img{
/*	background: red;*/
/*	background: url('https://source.unsplash.com/random/300%C3%97900') no-repeat fixed center;*/
/*	height: 100vh;*/
	width: 100%;
/*	background-repeat: no-repeat;*/
	position: relative;
/*	width: 100%;*/
}	

.app_img{
	height: 500px;
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 5px 10px;
    background-color: #009FCB;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


.app_img {
	margin: auto;
}

.app_img img{
	width: 150px;
}

.cta_section{

}

.cat_1_section{
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F4FAFC;
    border-radius: 20px;
}

.cat_1_section_text{
}

.cat_1_section_app_img {
	height: 270px;
}

.cat_1_section_text h3{
	font-weight: 600;
	font-size: 1.5rem;
}

.cat_2_section{
	background-color: #F4FAFC;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
    border-radius: 20px;
}

.cat_2_section h1, .sec_4_box h1{
	font-size: 1.7rem;
	font-weight: 600;
	text-align: center;
}

.cat_2_section a{
	font-size: 1.5rem;
	text-decoration: none;
	font-weight: bold;
	color: #009FC8;
}

.cat_3_section{
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F4FAFC;	
	border-radius: 20px;
}

.box{
	margin: 10px 40px;
	padding: 10px 25px;
}

.box img{
	height: 40px;
	margin-right: 30px;
}

.box label{
	font-family: 'Inter Tight', sans-serif;
	font-size: 20px;
/*	font-weight: 600;*/
}

.cat_4_section{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 40px 20px;
	background-color: #F4FAFC;		
	border-radius: 20px;
}

.sec_4_box{
	margin: 15px 30px;
	text-align: center;
}

.sec_4_box h1{
	font-size: 1.5rem;
}

.sec_4_box_img img{
	max-height: 250px;
}

.footer{
	margin-top: 40px;
	padding: 20px 75px;
	background-color: #F4FAFC;
}

.footer .row{
    width: 80%;
    margin: auto;
}

.footer_box img{
	height: 50px;
}

.footer_img {
	margin-top: 20px;
}

.footer_img img{
	height: 25px;
	padding-right: 10px;
}

.footer_list li {
	margin-bottom: 25px;
}

.shop_btn, .web_banner{
	display: none;
}

.mobile_banner{
	display: block;
}

.copyright_text{
	font-size: 14px;
}

@media(min-width: 760px){
	.shop_btn, .web_banner{
		display: block;
	}

	.mobile_banner{
		display: none;
	}
}

@media(max-width: 1200px){
	.container-fluid{
		margin-right: 25px !important;
	}
}

@media(min-width: 760px) and (max-width: 1200px){

.box {
    margin: 5px 20px;
    padding: 5px 15px;
}

.box img {
    height: 35px;
    margin-right: 15px;
}

.box label{
	font-size: 18px;
}

.sec_4_box {
    margin: 5px 15px;
}

.footer .row{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer{
	margin-left: 15px;
	padding: 10px 30px;
}

}

@media(max-width: 760px){
    
    .navbar-brand{
        margin-left: -30px;
    }

	.cat_1_section_text{
		margin: auto;
		margin-top: 20px;
	}	

	.cat_1_section_text p{
		margin-top: 20px;
	}	

	.sec_4_box_img {
		margin: auto;
	}

	.sec_4_box_img img{
		display: flex;
		justify-content: center;
		text-align: center;
		margin: auto;
	}

	.footer{
		text-align: center;
	}

	.footer_list{
		margin-top: 30px;
	}

	.copyright_text{
		text-align: center;
		font-size: 12px;
	}
	
	.app_img{
    	height: auto;
    }
    
    .heading-3, .link {
        margin-left: 0px;
        text-align: center !important;
    }
    
    .box{
         margin: 5px 10px;
    }
    
    .box img {
        height: 35px;
        margin-right: 20px;
    }
    
    .footer {
        padding: 5px 10px;
    }
    
    .footer .row{
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }
    
    .sec_4_box {
        margin: 5px 10px;
    }
    
    .heading-3, .cat_1_section_text p, .link, .box label, .sec_4_box p{
        font-size: 18px !important;
    }
    
    .navbar-brand{
    	font-size: 1.7rem;
    	letter-spacing: 2px;
    }
    
    ol, ul {
        padding-left: 0rem !important;
    }
    
    .shop_icon{
        height: 30px;
    }

}

/*********** Shop Page ****************/

.shop_page{
	position: relative;
	top: -50px;
}

.cta_section_shop{
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.cat_2_section_shop{
	margin-top: 120px !important;
}

.shop_img{
    width: 100%;
}

#banner a img{
    width: 200px;
    position: relative;
    top: -320px;
    left: 280px;
    /*visibility: hidden;*/
}

@media (min-width: 500px) and (max-width: 767px){

	#banner a img{
	    width: 150px;
	    position: relative;
	    top: -9rem;
	    left: 35%;
	}

}

@media(max-width: 500px){
	
	#banner a img{
	    width: 150px;
	    position: relative;
	    top: -6rem;
/*	    top: -100px;*/
	    left: 35%;
/*	    left: 160px;*/
	}

}


/* Pricing page  */

.offer_line{
	margin-top: 30px;
	margin-bottom: 30px;
	background: #FFC7A2;
	padding: 10px 40px;
	border-radius: 10px;
}

.offer_line h3{
	font-weight: 900;
	margin-top: 5px;
	font-size: 1.5rem;

}