
.navbar{
	padding-top: 0px;
}

.navbar-brand img {
    width: 130px;
    margin-top: 5px;
}

.banner_section{
	background: hsla(179, 52%, 47%, 1);
}

.navbar-expand-lg .navbar-nav .nav-link.dark_btn{
	color: #31b7b4;
	font-size: 15px;
	border: 1px solid #31b7b4;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 20px;
    font-weight: 600;
    color: var(--text-white);
    text-transform: uppercase;
    font-size: 16px;
}

.banner_image img{
	max-width: 500px !important;
    display: block;
    margin: auto;
    margin-bottom: 70px;
}

header.fix_style {
    background-color: rgb(49 183 180);
    padding: 5px 0;
    z-index: 99999999;
}

.banner_section .banner_text h1 span {
    color: var(--text-white);
    font-weight: 900;
}

.banner_section .banner_text h1{
	font-weight: 600;
	margin-bottom: 45px;
}

.banner_text p{
	margin-bottom: 0;
    font-size: 17px;
    text-align: left;
    font-weight: 600;
}

.about_app_section .about_img img{
	max-width: 345px;
}

.about_text p{
	text-align: justify;
}

.section_title h2 span {
    color: #26b8b4;
}

.about_app_section .about_text .app_statstic li{
	padding-left: 15px;
    justify-content: center;
}

.puprple_btn {
    background-color: #f85d7f;
}
.puprple_btn:hover{
    color: #f85d7f !important;
}

.puprple_btn:hover {
    color: #15b9b4;
}

.about_app_section .about_text .app_statstic li p:first-child {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #15b9b4;
}

.about_app_section .about_text .app_statstic li .icon {
    margin-right: 15px;
}

.about_app_section .about_text .app_statstic li .icon img{
	width: 40px;
	margin-top: -4px;
}

.row_am {
    padding: 70px 0px;
}

.how_it_works .how_it_inner{
	padding: 70px 0px;
}

footer .top_footer {
    background-color: rgb(49 183 180);
    padding: 60px 0 30px 0px;
}

footer .bottom_footer {
    background-color: rgb(49 183 180 / 85%);
    text-align: center;
}

footer .top_footer .logo img {
    width: 60px;
}

footer h3{
	margin-bottom: 25px;
}

footer .links ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #f2f2f2;
}

.try_out img{
	width: 215px;
}

.free_app_section .container .free_app_inner {
    background-color: #26b8b4;
}

.free_app_section .container .free_app_inner .free_img img:last-child {
    margin-left: -65px;
    width: 290px;
}
#loader:after{border-top-color: #fb7a7b;}
#loader:before{border-top-color: #ffa960;}
#loader{border-top-color: #00b8b4;}

.banner-btn{
    background-color: #fff;
    color: #00b7b4;
    margin-top: 15px;
}
.banner-btn:hover{
    color: #fff;
}
.step_number {
    background: #00b8b4;
    background-image: none !important;
    width: 90px !important;
    height: 90px !IMPORTANT;
    border-radius: 50%;
    /* box-shadow: 0 0 9px #00b8b4; */
    position: relative;
    z-index: 999;
}
.step_number:before {
    position: absolute;
    content: '';
    width: 110px;
    height: 110px;
    background: #00b8b4a3;
    z-index: -1;
    border-radius: 50%;
    /* box-shadow: 0 0 9px #00b8b4; */
}

.how_it_works .step_block ul li .step_number h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.how_it_works .step_block ul li::before{
    background-color: #a1f9f7;

}
.how_it_works .step_block ul li:first-child::after{
    background-color: #a1f9f7;
}

.navbar-toggler{
    display: none !important;
}

.my_statics_app{
    display: block !important;
    padding-left: 20px !important;
}

ul.my_statics_app li {
    padding: 20px !important;
    background: #00b8b4 !important;
    box-shadow: none !important;
    display: list-item !important;
    margin-bottom: 15px !important;
    width: 100% !important;
    /* list-style: upper-alpha; */
    text-align: left;
    line-height: 20px;
    font-size: 13px;
    /* margin-left: 10px !important; */
    /* border-bottom: 1px solid #c9c9c9; */
    border-radius: 5px !important;
    padding-bottom: 10px !important;
    box-shadow: 0px 0px 10px #e3e3e3 !important;
    width: 48% !important;
    color: #fff;
}

ul.my_statics_app li:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #26b8b4;
    font-size: 15px;
    content: "\f111";
    display:none;
}

ul.my_statics_app li b {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.how_it_works .step_block ul li .step_text, .how_it_works .step_block ul li .step_img{
    text-align: left;
}

.how_it_works .step_block ul li:nth-child(2), .how_it_works .step_block ul li:nth-child(4) {
    flex-direction: row-reverse;
}

ul.storelogo {
    display: flex;
    margin-top: 30px;
}

ul.storelogo li{
    margin-right: 12px;
}

ul.storelogo li img{
    width: 150px;
}

img.qrcodeimg {
    background: #fff;
    padding: 5px;
    border-radius: 3px;
    margin-right: 20px;
}

.banner-btn {
    background: #f95a7e;
    color: #fff;
    padding: 10px 20px;
}
.about_app_section .about_img::before{
    display:none;
}
.frame_img{
    margin:auto;
}
.about_app_section .about_text .app_statstic{
    display:flex !important;
    padding-left: 0px !important;
}

footer .top_footer .logo {
    margin-bottom: 0;
}

footer .top_footer .logo img {
    width: 125px;
}

.fixed .navbar-brand img {
    width: 90px;
}

.top_footer .banner_shape1 {
    top: auto;
    left: -7%;
}

.mobile_btn{
    display: none !important;
}

.topQRcode {
    display: block;
    position: fixed;
    top: 105px;
    right: 30px;
    z-index: 999999999;
    text-align: center;
    background: #fff;
    padding: 10px 10px 5px;
    border-radius: 15px;
    transform: rotate(12deg);
    box-shadow: 3px 3px 11px #696666;
    
    background-color: rgb(255, 255, 255);
    z-index: 999999999;
    gap: 4px;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    padding: 16px 16px 12px;
    text-decoration: none;
    border-radius: 30px;
    top: 90px;
    right: 80px;
    position: fixed;
    transform: rotate(5deg);
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 6px 0px;
    
}

.topQRcode img {
    display: block;
    text-align: center;
    margin: auto;
    width: 75px;
}

.topQRcode strong {
    font-size: 12px;
    margin-bottom: 0;
    display: block;
    font-weight: 500;
    color: #111;
    font-family: "Object Sans", sans-serif;
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    text-align: center;
    color: rgb(255, 51, 153);
    margin-top: 5px;
    
    display: block;
    color: #EB5E80;
    text-decoration: none;
    text-align: center;
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 0;
}

.top_footer .banner_shape2{
    right: 0;
}

.top_footer .banner_shape1 {
    top: auto;
    left: -30px;
}

.banner_section .banner_shape1 {
    top: 0px;
    left: 0;
}

@media screen and (min-width:300px) and (max-width:767px){
    
    
    
    .topQRcode{display: none;}
    
  .banner_section .banner_image img {max-width:250px!important;}
  .about_app_section .about_img img { max-width: 80%;}
  .how_it_works .step_block ul li::before{left: 22px;display: none;}
  .how_it_works .step_block ul li .step_number{display: none;left: 2px;width: 40px !important; height: 40px !important;}
  .free_app_section .container .free_app_inner .free_img img:last-child{margin-left: -115px; margin-top: -9px;width: 220px; }
  .free_img img{width: 200px;}

  .navbar-expand-lg .navbar-nav .nav-link{color: #00b8b4;}
  .navbar-expand-lg .navbar-nav .nav-link:hover { color: #00b8b4;}

    .navbar-brand img {
        width: 75px !important; 
    }
    .mobile_btn {
        display: block !important;
    }
    .mobile_btn {
    background: #fff;
    padding: 5px 11px;
    font-size: 12px;
    border-radius: 20px;
    color: #31b7b4;
    border: 1px solid #31b7b4;
    font-weight: 500;
    margin-right: 45px;
    position: relative;
    right: -40px;
}
  
  .for-desktop{ display: none;}
    .navbar-toggler {
        display: flex !important;
        position: fixed;
        right: 0;
        z-index: 999999;
        opacity: 1;
        top: 32px;
    }
  footer .top_footer .logo img { width: 95px;}
  .step_number:before{width: 60px; height: 60px;display: none;}
  .how_it_works .step_block ul li .step_number h3{font-size: 20px;display: none;}

  .navbar-brand img { width: 25px; }
  /*.toggle-bar{display: none;}*/

  .how_it_works .step_block ul li:nth-child(2), .how_it_works .step_block ul li:nth-child(4) { flex-direction: column; }
  .how_it_works .step_block ul li{display:block;}
  .free_text .app_sec{display:block !important;}
  ul.storelogo{justify-content:center;}
  ul.storelogo li img{width: 125px;}
  .qrcodeimg{margin-bottom:15px;}
  
  .banner_section .banner_text h1{text-align:left;}
  ul.my_statics_app li{margin-left:0px !important;}
  .navbar { padding-top: 6px; padding: 10px 0; }
  .about_app_section .about_text .app_statstic li{width:100% !important;}
  .home-btn{text-align:center;}
  .mobile_btn{right: 0px;}
  .about_app_section .about_text .app_statstic li span{display: none;}
  .how_it_works .step_block ul li{padding: 0;}
  ul.storelogo li img {width: 95px; }
  footer .bottom_footer p{font-size: 13px;}
  footer .bottom_footer {padding: 12px 0;}
  .try_out img {width: 170px;}
  footer .links ul li a{margin-bottom: 0px;}
  footer .links, footer .abt_side {margin-bottom: 10px;}
  footer h3 {
    margin-bottom: 10px;
}
img.qrcodeimg{display: none !important;}
.top_footer .banner_shape1, .banner_shape2, .banner_shape3 {
    display: block;
}
.banner_section .banner_shape2{right: 30px;}
.banner_section .banner_shape3{right: 30px;}

.top_footer .banner_shape1 {
    top: auto;
    left: 30px;
}.top_footer .banner_shape2 {
    right: 30px;
}.top_footer .banner_shape3 {
    top: 350px;
    right: 30px;
}
  

}

@media screen and (min-width: 993px) and (max-width: 1200px){
    
.try_out img {width: 160px;}
footer .links ul li a{font-size: 12px;}
footer .top_footer .try_out {margin-left: 0;}
    
}
















